`npm-lifecycle` dependency is deprecated
See original GitHub issueThis package is deprecated: https://github.com/npm/npm-lifecycle#note-pending-imminent-deprecation
It requires node-gyp: ^5.0.2
which required request: 2.88.0
which is deprecated as well and throwing warnings.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
scripts - npm Docs
The dependencies script is run any time an npm command causes changes to the node_modules directory. It is run AFTER the changes have...
Read more >Lerna >> lerna/run-lifecycle >> npm-lifecycle >> node-gyp ...
As announced by the request package maintainer, it is now fully deprecated. I noticed that it is an indirect dependency of lerna following ......
Read more >Lifecycle - Android Developers
The APIs in lifecycle-extensions have been deprecated. Instead, add dependencies for the specific Lifecycle artifacts you need.
Read more >NPM warn message about deprecated package - Stack Overflow
This command will analyze installed NPM-packages and their versions. The report will contain: package name; latest version; current version; dependency path ( ...
Read more >Deprecated APIs and features - Angular
Sometimes, APIs and features become obsolete and need to be removed or replaced so that Angular can stay current with new best practices,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m planning on pulling down this repo tonight to see if I can shed some light on this and towards a valid solution.
this seems to be the same as Lerna issue #2987 and no one ever contributed a fix. I tried to take a look at it and I don’t understand how to replace it, some options seems to be gone and some have different names and so it’s quite confusing and I cannot do it myself. So if someone can fix it through a PR, that would be great or else it would probably stay as it is.
Basically the code used by Lerna is the following
while the new run-script is the following
there seems to be a lot of changes between the 2, I mean it’s not clear what is what and what is dropped. If someone can shed some light that would be great.