You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed module from npm and it crashes regardless of what opts I try.
Install:
$ npm install -g stats
Run:
$ stats --totals dirName
/usr/local/lib/node_modules/stats/lib/parser.js:249
if (!options.ignoreParseErrors) throw err;
^
SyntaxError: Unexpected token name, expected punc on line 104:22:
' for (routeContainer of routes) {'
at Object.module.exports [as parse] (/usr/local/lib/node_modules/stats/lib/parser.js:244:11)
Versions:
$ npm -v
2.11.1
$ node -v / iojs -v
v2.3.0
OS:
Mac OS X 10.10.1
The text was updated successfully, but these errors were encountered:
bugs181
changed the title
NPM version crashes
npm version crashes
Jun 24, 2015
Installed module from npm and it crashes regardless of what opts I try.
Install:
Run:
Versions:
OS:
The text was updated successfully, but these errors were encountered: