punny code
(node:4970) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ...
to show where the warning was created)
does everyone get this warning2 Replies
Is this while installing? you can do
npm ls punycode
to show what depends on it. Some of these I've learned to live with (a bunch of eslint-related packages still depend on something which depends on a deprecated version of glob) since not all libraries do a good job updating their dependenciesweird
npm ls punnycode
everwhz@ /Users/ashleylorettedills/tony/src/convex/mono-repo-convex
└── (empty)
it doesn't seem to effect anything, but it's like the one warning I am currently getting so I thought I'd ask