- Node.js Web Development
- David Herron
- 219字
- 2021-06-25 21:53:59
Installing the Node.js distribution from nodejs.org
The https://nodejs.org/en/ website offers built-in binaries for Windows, macOS, Linux, and Solaris. We can simply go to the website, click on the Install button, and run the installer. For systems with package managers, such as the ones we've just discussed, it's preferable to use the package management system. That's because you'll find it easier to stay up-to-date with the latest version. But, that doesn't serve all people because:
- Some will prefer to install a binary rather than deal with the package manager
- Their chosen system doesn't have a package management system
- The Node.js implementation in their package management system is out-of-date
Simply go to the Node.js website and you'll see something like the following screenshot. The page does its best to determine your OS and supply the appropriate download. If you need something different, click on the DOWNLOADS link in the header for all possible downloads:
For macOS, the installer is a PKG file giving the typical installation process. For Windows, the installer simply takes you through the typical Install Wizard process.
Once finished with the installer, you have command-line tools, such as node and npm, with which you can run Node.js programs. On Windows, you're supplied with a version of the Windows command shell preconfigured to work nicely with Node.js.
- 工程軟件開發技術基礎
- OpenCV實例精解
- Learn to Create WordPress Themes by Building 5 Projects
- C語言最佳實踐
- C#程序設計教程
- Python神經網絡項目實戰
- Python編程實戰
- Python數據結構與算法(視頻教學版)
- Swift 4 Protocol-Oriented Programming(Third Edition)
- CodeIgniter Web Application Blueprints
- ABAQUS6.14中文版有限元分析與實例詳解
- Software Development on the SAP HANA Platform
- Software-Defined Networking with OpenFlow(Second Edition)
- C語言程序設計
- C語言王者歸來