更新 Node.js
Contact me:
Blog -> https://cugtyt.github.io/blog/index
Email -> cugtyt@qq.com
GitHub -> Cugtyt@GitHub
-
Windows 平台上只能到官网下载安装,挺简单的。
-
Linux 上:
可能需要sudo
赋予权限$ npm install -g n $ n stable
我遇到了问题:
$ sudo n stable
[sudo] password for username:
sudo: n: command not found
解决方案:
$ sudo -E env "PATH=$PATH" n stable