March 15, 2024 | Created
Vue 與 .NET 的邂逅|02 安裝 Node.js 版本管理工具 - NVM & npm
在教學進行前,先開啟「命令提示字元」,輸入 node -v
確認是否已安裝 Node.js
若已安裝,會出現版本號
Image Not Showing
Possible Reasons
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →
如果已安裝 Node.js 建議跳過此教學,避免安裝 NVM 過程導致版本錯亂
下載並安裝 NVM
至 官網 下載 nvm-setup.zip
Image Not Showing
Possible Reasons
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →
解壓縮並開啟安裝程式
Image Not Showing
Possible Reasons
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →
開啟/重啟 Terminal,輸入 nvm ,安裝成功會顯示 nvm 版本與指令
Image Not Showing
Possible Reasons
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →
NVM 常用指令
開啟「命令提示字元」,即可使用相關指令
完成安裝後,預設會連同 npm 一起安裝
Reference
系列:Vue 與 .NET 的邂逅
上一篇:01 建立 .NET 相關環境
下一篇:03 安裝 Vue & Vue CLI
文章若有任何錯誤,還請不吝給予留言指正,謝謝大家!