Aneakot
The future belongs to those who prepare for it today.
recent posts
about
Category: npm
-
npm is a node package manager Commands npm install <package-name>npm inpm i <package> -g isntall dependencies-g: install the package globallypacakge@version: to install a specific package version npm help <command> get command helpex: npm help install npm –versionnpm -v get npm version npm initnpm init -y init a folder to create a package.json file-y use the…