#package.json { "name": "module-name", "version": "1.0.0", "description": ...
Basic usage of npm command line
I'm assuming that you have already installed the nodejs and npm. If not install nodejs and npm it. Create a package with npm n...
how to install nodejs and npm in ubuntu and windows
Installation procedure of NodeJs in Ubuntu Add NodeJS PPA to Ubuntu with below command. It required curl package for ubuntu # inst...