Saturday, November 27, 2021

An introduction to node.js. - How to download NPM

 When you download install Node JS it will install NPM

  • Node.js is an open source server environment
  • Node.js is free
  • Node.js runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
  • Node.js uses JavaScript on the server
Node.js uses asynchronous programming!

And download node.js from https://nodejs.org/en/download

No comments:

Post a Comment