The moduleRegex in /usr/local/lib/node_modules/mlpm/lib/package.js causes trouble around line 45. I was trying to install taskbot package, but that contains a module with a space between the last ", and the ending semi-colon. Adding an extra \s* in the regex solved the issue..
The moduleRegex in /usr/local/lib/node_modules/mlpm/lib/package.js causes trouble around line 45. I was trying to install taskbot package, but that contains a module with a space between the last ", and the ending semi-colon. Adding an extra \s* in the regex solved the issue..