This commit is contained in:
light
2017-12-02 23:10:36 +08:00
parent b2d9201c76
commit 73037972e1
5 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -7,9 +7,9 @@
``` bash
sudo apt install nodejs
sudo apt install npm
npm install npm@latest -g
sudo npm install n@latest -g
sudo n stable
npm install npm@latest -g
node -v
npm -v
```