This repository was archived by the owner on Jul 24, 2019. It is now read-only.
This repository was archived by the owner on Jul 24, 2019. It is now read-only.
Merged PR#746 breaks npm install for node 0.12.x #753
Open
Description
For those of us stuck on node 0.12.x
& npm 2.x.x
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.
Metadata
Metadata
Assignees
Labels
No labels