DenoDDeno
Powered by
vicaryV
Denoβ€’17mo agoβ€’
2 replies
vicary

How to locate a deep dependency?

βš™οΈDeno CLIπŸ—οΈNode Compatibility🌍3rd Party Moduleβœ…SolvedπŸ“¦npm Package
I have a Fresh project with some NPM dependencies.

One day the following warning pops up every time the server starts:
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme

The following command doesn't work because
update-browserslist-db
update-browserslist-db
assumes a package.json.
$ deno run npm:update-browserslist-db@latest

update-browserslist-db: Cannot find package.json. Is this the right directory to run `npx update-browserslist-db` in?
$ deno run npm:update-browserslist-db@latest

update-browserslist-db: Cannot find package.json. Is this the right directory to run `npx update-browserslist-db` in?

Next thing I could try is upgrading the relevant module in my
deno.json
deno.json
, how to I find the module depending on
browserslist
browserslist
down their dependency tree?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to override the version from a dependency of a project's dependency from npm
HylianComradeHHylianComrade / help
2y ago
How can one patch a Deno dependency?
bombillazoBbombillazo / help
3y ago
how to import cdn deno module with dependency
Aiden.HuangAAiden.Huang / help
3mo ago