Skip to content
SolutionsBased Local
Consult Now
MEAN Stack

Useful Node Commands

·

Node Commands:

  • Install the dependencies into node_modules folder.
    #npm install
  • Install the package globally
    #npm install <package Name>
  • Uninstall the package globally
    #npm uninstall <package Name>
  • To update to latest version
    #npm i npm
  • Launch the node application
    #npm start
  • Prints nodejs version
    #npm –v
  • Updating nmp
    #[sudo] npm install -g npm

Ready to Solve Your Most Complex Technical Challenges?

Our senior advisors are ready to help you navigate the ever-evolving technology landscape with precision and expertise.

Schedule a Consultation

Related Articles