Skip to main content

Install

How to Install ndm

Installer and Command

Get yourself a Node package manger like npm or pnpm.

Then install our package @node-dependency-monitor/ndm globally.

Examples

  • In npm:

npm install -g @node-dependency-monitor/ndm

  • In pnpm

pnpm add -g @node-dependency-monitor/ndm

You can also visit our website, https://ndm-cli.dev/downloads/, to download the version you need for your package manager.

Test

After installing ndm, make sure that it is working properly.
Open Command Prompt and run: ndm info.
You should see an informational message about NDM.

Once everything is working, you can start using NDM.
More details about the commands can be found in the documentation.

If something does not work, we recommend checking whether Node.js is installed correctly.
If you are using NVM on Windows, make sure that the symlinks are set up properly and that the selected Node.js version actually exists.
In many cases, simply restarting your PC can already resolve the issue.