- Learn WebAssembly
- Mike Rourke
- 79字
- 2021-08-13 15:38:58
Installing nvm on Windows
nvm doesn't currently support Windows, so you're actually installing a different application named nvm-windows. The GitHub page for nvm-windows can be found at https://github.com/coreybutler/nvm-windows. Some of the commands are slightly different, but the installation command we run will be the same. To install nvm-windows, open up Command Prompt or PowerShell and run this command:
choco install nvm
You can check to ensure that the installation was successful by running the following command:
nvm --version
推薦閱讀
- DevOps:軟件架構師行動指南
- Spring 5.0 Microservices(Second Edition)
- 造個小程序:與微信一起干件正經事兒
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- SQL基礎教程(視頻教學版)
- Apex Design Patterns
- 重學Java設計模式
- Python貝葉斯分析(第2版)
- Angular開發入門與實戰
- Android開發三劍客:UML、模式與測試
- Flowable流程引擎實戰
- 寫給程序員的Python教程
- Distributed Computing in Java 9
- Python自然語言理解:自然語言理解系統開發與應用實戰
- PHP 8從入門到精通(視頻教學版)