Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IceCap Unexpected strict mode reserved word with gulp-esdoc 0.2.0 + es-doc 0.4.7 #12

Open
kmturley opened this issue May 24, 2016 · 1 comment

Comments

@kmturley
Copy link

I'm getting the following error on my gulp build when installed from fresh:

/frontend/node_modules/gulp-esdoc/node_modules/esdoc/node_modules/ice-cap/out/src/IceCap.js:18
let logger = new _colorLogger2.default('IceCap');
^^^
SyntaxError: Unexpected strict mode reserved word
    at exports.runInThisContext (vm.js:73:16)

I'm I find the line: frontend/node_modules/gulp-esdoc/package json

"esdoc": "^0.4.3",

and change it to be:

"esdoc": "0.4.3",

then reinstall gulp-esdoc, it fixes the issue for me. Might be worth something looking into?

@jcandeli
Copy link

jcandeli commented Aug 9, 2016

Thank god for this issue. I was having the same problem on version 0.4.8. switching to 0.4.3 fixed it. Definitely something they should look into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants