Delete/remove Node.js 'node_modules' on Windows using 'subst' to avoid 'The file name is to long' error.
Globally install with npm
npm install -g nmr
Now that nmr
is available on PATH, invoke it under a Node.js project (that include the problematic node_modules
sub-directory)
nmr
- v1.0.0 (2014.04.19)
- Published
nmr
module to npm - Initial release
- Published