Update install-helper.sh to export `NODE_PATH`

This commit is contained in:
richdex14 2017-09-06 18:51:09 -06:00
parent ac5343c716
commit 76193b3822
1 changed files with 2 additions and 0 deletions

View File

@ -269,6 +269,8 @@ install_my_app()
popd
pushd /srv/walnut/core
export NODE_PATH=/opt/walnut/lib/node_modules
export NPM_CONFIG_PREFIX=/opt/walnut
/opt/walnut/bin/npm install
popd
}