TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Javascript

npm – Node Package Manager

Overview

npm( Node Package Manager) is a JavaScript software registry and a CLI( Command-Line Interface)  program that allows developers to interact with it. We can use the official website to discover public packages, create profiles, set up organizations, etc.

Install npm

We can get npm by installing Node.js on your machine. The steps to install Node.js are::

https://www.testingdocs.com/downloading-and-installing-node-js-on-windows/

We can use the CLI program to interact with npm.

The general syntax is as follows::

\> npm <command>

For example, to know the npm version, we can issue the following command:

\> npm -version

npm version command

Official website

More information on npm can be found on the official website at:

https://www.npmjs.com/

Related Posts

npm doctor command

Javascript /

npm doctor command

npm config global warning

Javascript /

Fix npm warnings config global `–global`, `–local` are deprecated.

Javascript /

Popular JavaScript Frameworks

install selenium-webdriver package

Javascript /

Install selenium-webdriver package

Install Protractor

Javascript /

Install Protractor on Windows

‹ Download & Install Node.js on Windows 10› Install Protractor on Windows

Recent Posts

  • Update draw.io on Windows
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com