[Question]: anyone reporting bluebird issues after the version bump to 0.7.0?
See original GitHub issueFirst up -thanks for all your time maintaining this project! I am in your debt from the start as an ember-cli user 😃 so thank you!!!
I realized recently that on change I get an error referencing bluebird in the stack as of testem 1.9.0
https://github.com/testem/testem/commit/bd03b4af8db9f91585566364fd41623275831025
I found the commit above did a version bump and I’m curious if anyone else is having this problem? I’m using ember-cli 2.4.2 and node v4.4.5 and testem 1.9.0
Error: Run canceled.
at EventEmitter.<anonymous> (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/lib/app.js:355:32)
at tryCatcher (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/util.js:16:23)
at MappingPromiseArray._promiseFulfilled (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/map.js:57:38)
at MappingPromiseArray.PromiseArray._iterate (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/promise_array.js:113:31)
at MappingPromiseArray.init (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/promise_array.js:77:10)
at new MappingPromiseArray (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/map.js:25:10)
at map (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/map.js:152:12)
at Function.Promise.map (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/map.js:160:12)
at EventEmitter.App.singleRun (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/lib/app.js:353:21)
at /Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/lib/app.js:144:32
at tryCatcher (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/util.js:16:23)
at /Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/using.js:185:26
at tryCatcher (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/promise.js:504:31)
at Promise._settlePromise (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/promise.js:561:18)
at Promise._settlePromise0 (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/promise.js:606:10)
at Promise._settlePromises (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/promise.js:685:18)
at Promise._fulfill (/Users/tbillups/work/wat/zooapp/node_modules/ember-cli/node_modules/testem/node_modules/bluebird/js/release/promise.js:630:18)
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Yarn pulling wrong version of dependency inside kibana repo
When running command yarn add source-map@0.5.6 --exact yarn tries to ... a major version bump warning karma-coverage > minimatch@2.0.10: ...
Read more >Changelog - Bluebird JS
Disabling debug mode with BLUEBIRD_DEBUG=0 environment variable now works ( #719 ). Fix unhandled rejection reporting when passing rejected promise to ...
Read more >Changelog - Cypress Documentation
Fixed an issue with Angular Component Testing where urls within SASS/SCSS files were not being correctly resolved which could result in incomplete styling....
Read more >npmsearchfullcat_npm143.txt - GitHub
NAME DESCRIPTION AUTHOR DATE VERSION KEYWORDS 007 Returns a deep copy of an object with all functions… =btford 2013-07-29 0.0.2 testing test mock...
Read more >Software Packages in "focal" - Ubuntu
... and Bayesian uncertainty modeling for inverse problems (libraries); bumpversion (1.0.0-1) [universe]: Version-bump your software with a single command ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

1.9.0 introduced a serious and unfixed issue, please upgrade to 1.9.1 until the issue has been fixed. 1.9.1 is just a republished 1.8.1, but should prevent anyone ending up with a broken install until the issue has been resolved.
This should be resolved in v1.10.2