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
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?
The text was updated successfully, but these errors were encountered:
I'm getting the following error on my gulp build when installed from fresh:
I'm I find the line: frontend/node_modules/gulp-esdoc/package json
and change it to be:
then reinstall gulp-esdoc, it fixes the issue for me. Might be worth something looking into?
The text was updated successfully, but these errors were encountered: