Update install.sh
This commit is contained in:
parent
517923b258
commit
d7068b825c
|
@ -82,7 +82,8 @@ install_walnut()
|
||||||
# Install node
|
# Install node
|
||||||
echo "----Installing Nodejs and NPM----"
|
echo "----Installing Nodejs and NPM----"
|
||||||
echo "v8.9.0" > /tmp/NODEJS_VER
|
echo "v8.9.0" > /tmp/NODEJS_VER
|
||||||
daplie-install-node-dev
|
dap_dl https://git.coolaj86.com/coolaj86/node-installer.sh/raw/master/install.sh ./node-installer.sh
|
||||||
|
bash ./node-installer.sh --dev-deps
|
||||||
npm install -g npm@4
|
npm install -g npm@4
|
||||||
|
|
||||||
# Install goldilocks
|
# Install goldilocks
|
||||||
|
|
Loading…
Reference in New Issue