What is the difference between node.js runtime and npm package manager options while installing node.JS?

First of all, it does not ask you to install Node.js runtime OR npm package manager, it offers you to install them both (if you want)

Now, Node.js runtime is basically what will understand your javascript code and execute it to produce a result.

Npm package manager is a tool which will allow you to install third party libraries (other people’s code) by using the command line.

npm install express

will install the framework called express for example.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)