new2Nodejs
Coder
I'm beginning to learn JavaScript and determined that development is better with Nodejs. So, I got hold of "Jump Start Node.js" by Don Nguyen and started to work my way through it. I've installed Node.js on my Windows 10 system, organised a MongoDB on AWS, then I'm asked to do the following:
sudo npm install -g [email protected]
There was no indication whether this was to be done in Node or the command shell. I found that Node doesn't know what 'npm' is and the command shell doesn't know what 'sudo' is.
So, I'm lost. Can anyone help?
sudo npm install -g [email protected]
There was no indication whether this was to be done in Node or the command shell. I found that Node doesn't know what 'npm' is and the command shell doesn't know what 'sudo' is.
So, I'm lost. Can anyone help?