-
Notifications
You must be signed in to change notification settings - Fork 280
Warning when installing Dredd 7.2.0 - deprecated [email protected] #1221
Comments
Thanks for filing this as an issue!
Definitely. Currently there's #1220 open, but it's failing, so I need to figure out upgrading the dependencies one by one. I don't recall from where exactly nomnom comes, but I remember we've been urging a maintainer of one project to replace it. If you feel like helping with investigation on which package exactly is the culprit and what exactly needs to be upgraded, it would be awesome. |
Hey @honzajavorek , isn't just going over package-lock and finding the packages that use |
Unfortunately this is not a matter of an outdated package but an unmaintained package. This PR would fix it: dchester/jsonpath#94 |
dchester/jsonpath#94 got resolved and dredd no longer depends on nomnom :) |
I can confirm that installing Dredd doesn't print anything about nomnom anymore:
There is the call for support of core-js now, but we can't do much about that except of perhaps hiring @zloirock to the @apiaryio team. That would be a separate issue though 😄 |
Describe the bug
When running
npm install [email protected]
I encounter the following message:Is there an intention to update or replace the packages that use nomnom ?
To Reproduce
Simply run
npm install [email protected]
Expected behavior
Finish installation without any issues.
The text was updated successfully, but these errors were encountered: