- Progressive Web Apps with React
- Scott Domes
- 113字
- 2021-07-08 09:36:15
Node setup
Okay, enough said. Let's go ahead and install Node, which comes bundled with npm:
- Go to https://nodejs.org and download the latest stable release of Node:

- Here, I would choose v6.10.3, the one recommended for most users.
- Once that is installed, open up your terminal and run node -v just to confirm the installation:

- You can also confirm that npm has been included by running npm -v.
Just to reiterate, Node is a JavaScript runtime used to execute JavaScript outside of the browser, and npm is a method of managing modules of JavaScript code. We won't be working with Node directly in this book, but we will be using npm a lot.
推薦閱讀
- 數據庫原理及應用(Access版)第3版
- 深度學習經典案例解析:基于MATLAB
- 鋒利的SQL(第2版)
- Mastering Apache Spark 2.x(Second Edition)
- Spring Boot企業級項目開發實戰
- Python忍者秘籍
- Getting Started with Hazelcast(Second Edition)
- Julia 1.0 Programming Complete Reference Guide
- 細說Python編程:從入門到科學計算
- Hands-On GUI Programming with C++ and Qt5
- GameMaker Essentials
- Python從入門到精通(第3版)
- Visual FoxPro 6.0程序設計
- SQL Server on Linux
- Visual Basic語言程序設計上機指導與練習(第3版)