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.

Remove dependency on bluebird

See original GitHub issue

I’d like to have the dependency on bluebird removed.

Since the two latest LTS versions of Node ship with Promises, I think it’s acceptable to not need a promise library. Another alternative is to use any-promise to allow others to bring their own promise implementation. I’d be happy to make a PR for this, either way you want to go.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
mormahrcommented, Apr 14, 2017

I merged this to master and will tag a new major / breaking release relatively soon!

0reactions
mormahrcommented, May 11, 2017

@danthegoodman Oh well it always takes longer than you expect. I just released v2.0.0-alpha.1 (alpha because i’m paranoid) but we will be using it in production anyway (🙄) starting next week. ☺️ So stable release in a week or so, i don’t see any problems as long as everyone is using at least node 4 (which they should be anyway).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Removing bluebird.js dependency from my code base - LinkedIn
Node js ships with util api which provides same requirement as that of bluebird. The method works by taking in the common error-first...
Read more >
Remove the bluebird dependency from everywhere #14882
The best way to find catch predicates is with this regex: /\.catch\([^)]+,/ . Remove bluebird from everywhere else: Ghost monorepo - bluebird ......
Read more >
SailsJS remove bluebird - Stack Overflow
Bluebird is a SailsJS dependency. You can use native promises in your application alongside Sails' bluebird ones and it'll work seamlessly.
Read more >
Member Agreement - Bluebird
INTRODUCTION. This Bluebird® American Express ® Prepaid Debit Account Member Agreement ("Agreement") contains the terms and conditions that apply to your use ...
Read more >
Bluebird - npm
Bluebird is a fully featured promise library with focus on innovative features and performance. See the bluebird website for further ...
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