- Learn WebAssembly
- Mike Rourke
- 139字
- 2021-08-13 15:38:58
Installing Node.js using nvm
After installing nvm, you need to install the version of Node.js we will use in this book: version 8.11.1. To install it, run this command:
nvm install 8.11.1
If you didn't have Node.js or nvm previously installed, it will automatically set this to your default Node.js installation, so the output of this command should be v8.11.1:
node --version
If you have existing Node.js versions installed, you can either use v8.11.1 as a default, or ensure that you run this command to use v8.11.1 when working through the examples in this book:
nvm use 8.11.1
You can create a file named .nvmrc in the folder with your code and populate it with the contents v8.11.1. You can run nvm use within this directory and it will set the version to 8.11.1 without having to specify it.
推薦閱讀
- Visual Basic .NET程序設(shè)計(第3版)
- ASP.NET Core 5.0開發(fā)入門與實戰(zhàn)
- 羅克韋爾ControlLogix系統(tǒng)應(yīng)用技術(shù)
- 算法大爆炸:面試通關(guān)步步為營
- Web開發(fā)的貴族:ASP.NET 3.5+SQL Server 2008
- NumPy Essentials
- 人臉識別原理及算法:動態(tài)人臉識別系統(tǒng)研究
- Essential Angular
- Processing互動編程藝術(shù)
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Mastering Business Intelligence with MicroStrategy
- Web前端應(yīng)用開發(fā)技術(shù)
- Quantum Computing and Blockchain in Business
- 響應(yīng)式Web設(shè)計:HTML5和CSS3實戰(zhàn)(第2版)
- ExtJS Web應(yīng)用程序開發(fā)指南第2版