You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrating to node-gyp v8 would remove the package request which has multiple warnings related to it.
Related PR nodejs/node-gyp#2220
a warning about usage of older Math.random()
npm WARN deprecated [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.
a warning about no longer maintained package har-validator usage
npm WARN deprecated [email protected]: this library is no longer supported
a warning about the package itself (request) being deprecated
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
When
n/a
Where
n/a
How
Current Behavior
n/a
Steps to Reproduce
n/a
Expected Behavior
n/a
Who
n/a
References
n/a
The text was updated successfully, but these errors were encountered:
What / Why
Math.random()
har-validator
usagerequest
) being deprecatedWhen
Where
How
Current Behavior
Steps to Reproduce
Expected Behavior
Who
References
The text was updated successfully, but these errors were encountered: