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.

Upgrade dependencies

See original GitHub issue

We get following warnings in our project:

warning mochapack > babel-runtime > core-js@2.6.10: core-js@<3.0 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning mochapack > chokidar > fsevents@1.2.9: One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
specialistvladcommented, Apr 11, 2020

Please update chokidar v3

1reaction
xPawcommented, Dec 8, 2019

Have you considered just using native fs.watch?

Looking at watchpack, they removed chokidar in v2 beta releases: https://github.com/webpack/watchpack/commit/805b66502e43be4b1892d2cc0b160e4c53e32e38#diff-b9cfc7f2cdf78a7f4b91a753d10865a2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading npm dependencies | Building SPAs
Use npm outdated to discover dependencies that are out of date · Use npm update to perform safe dependency upgrades · Use npm...
Read more >
How to Update NPM Dependencies
Interactive mode allows you to select specific packages to update. By default, all packages are selected. Navigate down through each package and ...
Read more >
How to update each dependency in package.json to the ...
Simply change every dependency's version to * , then run npm update --save . (Note: broken in recent (3.11) versions of npm). Before:...
Read more >
How to update all the Node dependencies to their latest ...
Update all the Node dependencies to their latest version · npm install -g npm-check-updates. then run it: · ncu -u. this will upgrade...
Read more >
How to uninstall and update any dependencies through NPM
We can update the global dependencies using the update command with the -g flag. npm update -g · We can update any particular...
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