Node.Js - Installation

About

node.Js. Nodes comes with the node package manager (npm).

Steps

Mac or Linux, Windows WSL

Windows:

  • Single
choco install -y nodejs.install

Configuration

Location

where npm
C:\nodejs\npm
C:\nodejs\npm.cmd

Install Step 2 (Config)

nodejs/node-gyp (native addon build tool) use only python 2.7

npm config set python /path/to/executable/python2.7

See node-gyp#on-windows

Folder Structure

https://docs.npmjs.com/files/folders





Discover More
Browsersync.io

Browser Sync serves the content, detects changes, refreshes the browser, and offers many customization's. How to use it to develop with live reloading. The reload will work: for the builtin web server...
D3 Documentation Vscode
D3 - Dev Installation

This article describe a dev environment installation with: Webpack for Hot reloading D3 Documentation in the IDE The work and scripts are also available on GitHub. gerardnico/create-d3-app HTML...
Welcome From Browser
How to develop, publish and use a javascript library ?

A step by step tutorial on how to create and publish a javascript library
Javascript - Bouwer (Package manager)

Bouwer is a package manager. install git with the option bower/bower/wiki/Troubleshooting“Run Git from the Windows Command Prompt”. Bower is built on top of Git. install node.Js. It comes...
Javascript - npm (Node package manager)

Npm is the package manager that is packaged/installed with a node installation. Automatically, with a node installation. Manually: -{VERSION}.tgz To update...
Web Building - Grunt

grunt is a task runner that permits to perform build operations. Install node Install the Grunt CLI. It will run the version of Grunt...



Share this page:
Follow us:
Task Runner