Commit 26f3a9a8 authored by Jérome Perrin's avatar Jérome Perrin

software/dream: fix npm/nodejs invocation

npm invokes node from $PATH, so make sure we have proper node version in
PATH.
parent 7efdda71
......@@ -26,7 +26,7 @@ initialization =
[npm_install]
recipe = plone.recipe.command
stop-on-error = true
command = cd ${dream-repository.git:location} && PATH=${git:location}/bin/:$PATH ${nodejs:location}/bin/npm install .
command = cd ${dream-repository.git:location} && PATH=${git:location}/bin/:${nodejs:location}/bin/:$PATH ${nodejs:location}/bin/npm install .
update_command = ${:command}
[versions]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment