-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade node-gyp to v.8.0.0 to prevent deprecation errors #25
Comments
Closed
This was referenced Apr 28, 2021
Because our support contract in npm includes node-gyp@8 requires |
Seems like we could file a bug there to remove the use of the recursive flag for mkdir. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm/run-script currently uses an older version of
node-gyp
that in turn has a dependency on the deprecated packagerequest
. By upgrading to the newly released version 8.0.0 ofnode-gyp
(which now usesfetch
instead), we can get rid of many deprecation messages stemming from any packages dependent on run-script.The text was updated successfully, but these errors were encountered: