houdini/script/build/debian/node.sh

6 lines
182 B
Bash
Raw Normal View History

2018-09-06 21:29:07 +00:00
#!/usr/bin/env bash
set -e
curl -sL https://deb.nodesource.com/setup_10.x | bash -
2018-09-06 21:29:07 +00:00
apt-get update -qq && apt-get install -y nodejs
npm install npm@^6 -g
npm install -g icu4c-data@64l