- Electron Projects
- Denys Vuika
- 131字
- 2021-06-24 12:14:32
Installing Node.js on Ubuntu
Ubuntu usually doesn't ship with the Node.js and NPM tools out of the box. You need to install them separately.
To install Node.js, follow these steps:
- Run the following command:
sudo apt install -y nodejs
- Now, we need to verify that Node.js has been installed. You can check the version that you've installed in the Terminal application by using the following command:
node --version
The system's output, which will be the version's value, will be v8.11.4 or higher.
To install NPM, follow these steps:
- Use the following command:
sudo apt install -y npm
- The fastest way to check that NPM has been installed is to check its version. You can do so by using the following command:
npm --version
The version number should be 5.8.0 or higher.
推薦閱讀
- Kali Linux Web Penetration Testing Cookbook
- Boost C++ Application Development Cookbook(Second Edition)
- PHP+MySQL網站開發技術項目式教程(第2版)
- 基于免疫進化的算法及應用研究
- aelf區塊鏈應用架構指南
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Reactive Android Programming
- Learning Apache Karaf
- INSTANT Adobe Edge Inspect Starter
- AutoCAD 2009實訓指導
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Julia 1.0 Programming Complete Reference Guide
- Mastering Android Studio 3
- 零基礎學SQL(升級版)
- Building Clouds with Windows Azure Pack