use npm from install
This commit is contained in:
parent
f3beb4795f
commit
c34b0444c1
|
@ -190,8 +190,9 @@ dap_dl_bash "https://git.daplie.com/coolaj86/node-install-script/raw/master/setu
|
||||||
# OS X or Linux
|
# OS X or Linux
|
||||||
$sudo_cmd chown -R $(whoami) /opt/goldilocks/ || true
|
$sudo_cmd chown -R $(whoami) /opt/goldilocks/ || true
|
||||||
|
|
||||||
npm install -g npm@4
|
my_npm="$NPM_CONFIG_PREFIX/bin/npm"
|
||||||
npm install -g 'git+https://git@git.daplie.com/Daplie/goldilocks.js.git#v1'
|
$my_npm install -g npm@4
|
||||||
|
$my_npm install -g 'git+https://git@git.daplie.com/Daplie/goldilocks.js.git#v1'
|
||||||
# Finish up with submodule
|
# Finish up with submodule
|
||||||
pushd /opt/goldilocks/lib/node_modules/goldilocks
|
pushd /opt/goldilocks/lib/node_modules/goldilocks
|
||||||
bash ./update-packages.sh
|
bash ./update-packages.sh
|
||||||
|
|
Loading…
Reference in New Issue