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
npm/run-script currently uses an older version of node-gyp that in turn has a dependency on the deprecated package request. By upgrading to the newly released version 8.0.0 of node-gyp (which now uses fetch instead), we can get rid of many deprecation messages stemming from any packages dependent on run-script.
yvon-dblg and pwilkowskihellow554, fgblomqvist, edoardocavazza and b3nab