Skip to content

Instantly share code, notes, and snippets.

@DonRichards
Last active August 9, 2024 03:11
Show Gist options
  • Save DonRichards/9a39d3376fb4526212cd to your computer and use it in GitHub Desktop.
Save DonRichards/9a39d3376fb4526212cd to your computer and use it in GitHub Desktop.
Setup NPM for Nodemon Environment in Windows 10
C:\>npm install -g nodemon
C:\>npm config get prefix
C:\>set PATH=%PATH%;C:\Users\username\AppData\Roaming\npm;
C:\>set PATH=%PATH%;C:\Program Files (x86)\nodejs;
// Node still places 64bit versions in the 32bit directory
@Tran-Duc-Hoa
Copy link

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment