0
How i can download Node.js
How i can download Node.js
3 Respuestas
+ 2
To work with Node.js you should
Install Node.js from
https://nodejs.org/en/download/
And install npm from https://www.npmjs.com/get-npm
+ 1
O'tkirbek Akramjonov Like Jamal said, the nodejs.org website is the best place to get Node from, but I wanted to recommend you download the LTS (Long Term Support) version. That's 14.16.1 right now. Don't go for the Current version because it'll be less stable.
Also, you won't need to install NPM separately if you use the Node installer package because it also installs NPM, not just Node.
0
Which operating system?