You should not modify the npm registry using .bat files. Instead, try using the .npmrc file, which is the configuration for npm . The correct command to modify the registry is
npm config set registry <registry url>
you can find more information using the npm help config command, and also check privileges when and if you work with .bat files this way.
Gntem Mar 13 '14 at 21:07 2014-03-13 21:07
source share