Skip to content
Snippets Groups Projects
Commit ae31a12d authored by Colton Leekley-Winslow's avatar Colton Leekley-Winslow
Browse files

don't need to set npm config prefix

parent b1f03159
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,6 @@ if [ ! -f "$SCITRAN_RUNTIME_PATH/bin/node" ]; then
mv $node_source_dir/node-v6.4.0-darwin-x64/bin/* "$SCITRAN_RUNTIME_PATH/bin"
mv $node_source_dir/node-v6.4.0-darwin-x64/lib/* "$SCITRAN_RUNTIME_PATH/lib"
rm -rf "$node_source_dir"
npm config set prefix "$SCITRAN_RUNTIME_PATH"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment