- Learn WebAssembly
- Mike Rourke
- 75字
- 2021-08-13 15:38:58
Installing nvm on macOS
Run the following command in Terminal:
brew install nvm
Follow the post-installation steps Homebrew specifies to ensure that you can start using it (you may have to restart your Terminal session). If you cleared your Terminal contents before performing the steps, you can run this command to see the installation steps again:
brew info nvm
You can check to ensure that the installation was successful by running this command:
nvm --version
推薦閱讀
- Getting Started with Gulp(Second Edition)
- R語言經(jīng)典實例(原書第2版)
- C# Programming Cookbook
- Practical Internet of Things Security
- Mastering Rust
- Java項目實戰(zhàn)精編
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- 全棧自動化測試實戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- Creating Stunning Dashboards with QlikView
- 小程序,巧應用:微信小程序開發(fā)實戰(zhàn)(第2版)
- 自學Python:編程基礎、科學計算及數(shù)據(jù)分析(第2版)
- Java Web從入門到精通(第2版)
- Java EE 7 with GlassFish 4 Application Server
- Django Design Patterns and Best Practices
- Microsoft HoloLens By Example