Update install-helper.sh to export `NODE_PATH`
This commit is contained in:
parent
ac5343c716
commit
76193b3822
|
@ -269,6 +269,8 @@ install_my_app()
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd /srv/walnut/core
|
pushd /srv/walnut/core
|
||||||
|
export NODE_PATH=/opt/walnut/lib/node_modules
|
||||||
|
export NPM_CONFIG_PREFIX=/opt/walnut
|
||||||
/opt/walnut/bin/npm install
|
/opt/walnut/bin/npm install
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue