02.Node – Download and install.
Node – Download and install.
Go to https://nodejs.org/en/ and
download a LTS (long terms service) or Current version. I select here is
How to check whether node js
install or not
open the comment prompt and
type node –v and
enter.
How to check whether npm
(Node Package Manager) install or not
open the comment prompt and
type npm –v
and enter.
(Node package manager should
be install because it is very important to build node application.When you
install the node, npm also automatically get installed.)
Comments
Post a Comment