We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as-is, npm run build cops out with
npm run build
ERROR in ./~/bluebird/js/release/promise.js Module not found: Error: Cannot resolve module 'async_hooks' in /home/mah/src/simplegauges/node_modules/bluebird/js/release @ ./~/bluebird/js/release/promise.js 34:4-26
downgrading bluebird fixed this for me
npm i bluebird@3.5.0 --save-dev
hint taken from petkaantonov/bluebird#1617 (comment)
The text was updated successfully, but these errors were encountered:
Thanks. Please see the linked issue for planned extinction for this webapp.
Sorry, something went wrong.
No branches or pull requests
as-is,
npm run build
cops out withdowngrading bluebird fixed this for me
hint taken from petkaantonov/bluebird#1617 (comment)
The text was updated successfully, but these errors were encountered: