Closed
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 > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning npm > node-gyp > request > uuid@3.4.0: 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 > har-validator@5.1.5: 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