-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Bugthing that needs fixingthing that needs fixingNeeds Triageneeds review for next stepsneeds review for next stepsRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When I run yarn install
, see these warnings
warning npm > node-gyp > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
warning npm > node-gyp > request > [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic.
See https://v8.dev/blog/math-random for details.
warning npm > node-gyp > request > [email protected]: this library is no longer supported
Expected Behavior
Need to upgrade dependency "node-gyp": "^7.1.2"
to "node-gyp": "^8.1.2"
- it already uses node-fetch (see pull request nodejs/node-gyp#2220)
Steps To Reproduce
- In this environment...
- With this config...
- Run '...'
- See error...
Environment
- OS: Windows 10
- Node: 16.4.2
- npm: 7.19.1
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingNeeds Triageneeds review for next stepsneeds review for next stepsRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release