Gulp bootstrap fails on npm install
yan-foto opened this issue · 1 comments
yan-foto commented
[12:10:41] SyntaxError: /usr/share/npm/lib/npm.js: Invalid number (365:26)
363 |
364 | var umask = npm.config.get("umask")
> 365 | npm.modes = { exec: 0777 & (~umask)
| ^
366 | , file: 0666 & (~umask)
367 | , umask: umask }
368 |
yan-foto commented
I cannot reproduce this again. Need feedback from everyone!