Commit a8b31de4 authored by Rex Wang's avatar Rex Wang Committed by Rex Wang

the specified node runtime should be prior in the path

parent 97a5856d
......@@ -50,7 +50,7 @@ curl $node_url -s -o - | tar xzf - -C $build_dir
mkdir -p $build_dir/vendor
mv $build_dir/node-v$node_version-linux-x64 $build_dir/vendor/node
chmod +x $build_dir/vendor/node/bin/*
PATH=$PATH:$build_dir/vendor/node/bin
PATH=$build_dir/vendor/node/bin:$PATH
# Run subsequent node/npm commands from the build path
cd $build_dir
......
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