安装
apt-get install npm
设置使用国内源
npm config set registry https://registry.npm.taobao.org
npm config get registry
安装 cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
升级 npm
npm install -g npm
安装第三方模块
cnpm install [name]
升级 nodejs
sudo npm install -g n
sudo n latest
sudo n 8.9.0
Error: ENOSPC: System limit for number of file watchers reached
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
cat /proc/sys/fs/inotify/max_user_watches