(1)安裝node版本管理模塊n
sudo npm install n -g
下邊步驟請根據自己需要選擇
(2)安裝穩定版
sudo n stable
(3)安裝最新版
sudo n latest
(4) 版本降級/升級
sudo n 版本號//例如:sudo n 10.16.0
來源:https://blog.csdn.net/xiasohuai/article/details/92995717
(1)安裝node版本管理模塊n
sudo npm install n -g
下邊步驟請根據自己需要選擇
(2)安裝穩定版
sudo n stable
(3)安裝最新版
sudo n latest
(4) 版本降級/升級
sudo n 版本號//例如:sudo n 10.16.0
來源:https://blog.csdn.net/xiasohuai/article/details/92995717
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。