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
The following PR, #746, breaks npm i with the following error because it was released as a patch version.
/node_modules/phantomjs-prebuilt/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js:5
const Hoek = require('hoek');
^^^^^
SyntaxError: Use of const in strict mode.
For those of us stuck on node
0.12.x& npm2.x.xThe following PR, #746, breaks
npm iwith the following error because it was released as a patch version.