question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error in test suite of bluebird consumer

See original GitHub issue

Hello!

We use bluebird in our repository and we have just started getting this issue with our test suite:

npm test

> NODE_ENV='test' mocha $(find . -type d -name '__tests__' -not -path '*/node_modules/*') --opts .mocha.opts

Warning: require('react/addons') is deprecated. Access using require('react-addons-{addon}') instead.

/home/ubuntu/wrench/node_modules/bluebird/js/release/debuggability.js:673
    var firstStackLines = firstLineError.stack.split("\n");
                                        ^
NetworkError: 
npm ERR! Test failed.  See above for more details.

npm test returned exit code 1

Do you think that this is an issue with bluebird? A package we are using that is using bluebird?

Figured I would open this just because it specifically references this project 😃

Thank you for this project!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
isaacscommented, Sep 29, 2016

@michaelghinrichs Can you provide a reproduction case? If it’s a bug in graceful-fs, I’d like to fix it asap.

0reactions
isaacscommented, Sep 29, 2016

@michaelghinrichs The fastest would probably be to add me as a collaborator on the repo temporarily, if that’s possible. It’s very hard to debug without seeing the code in action and being able to poke at it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Strange behaviour with error reporting using mocha and ...
We created some tests today that were using promisified code. We observed strange behaviour when some assertions were failing. The error ...
Read more >
Dispute a Transaction - Bluebird
If you feel that an unauthorized transfer was made to or from your Bluebird Account or suspect any other fraudulent activity, contact us!...
Read more >
EF501/ EF501R - Bluebird
Icon. Description. Indicates that GPS is in on. Indicates that your device is searching for location data. Indicates that the alarm is set....
Read more >
Bluebird v2.9.27 API Reference
The error argument will be null in case of success. Returns back this promise instead of creating a new one. If the callback...
Read more >
Bluebird promise: How to avoid the runaway promise warning ...
allowing other consumers of doBackgroundJob to possibly use the ... Even if it already does all error-handling and guarantees to only ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found