2018-09-06 21:29:07 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -e
|
2019-11-05 21:37:47 +00:00
|
|
|
curl -sL https://deb.nodesource.com/setup_13.x | bash -
|
2018-09-06 21:29:07 +00:00
|
|
|
apt-get update -qq && apt-get install -y nodejs
|
2019-11-05 21:37:47 +00:00
|
|
|
npm install npm@^6 -g
|