February 2017
Beginner to intermediate
294 pages
6h 9m
English
It is important to get the foundation right before installing anything else. Depending on your operating system, install Node.js and its package manager, npm. You can find a detailed installation manual on the Node.js official website, at https://nodejs.org/en/.
Ensure that both Node.js and npm are installed globally (they are accessible system wide) and have the right permissions.
At the time of writing this book, npm comes with Node.js out-of-the-box. However, in case their policy changes in the future, you can always download the npm and follow the installation process from https://npmjs.com.
The next stop would be the IDE; feel free to choose anything that you are comfortable with. Even a simple text editor ...
Read now
Unlock full access