-
Notifications
You must be signed in to change notification settings - Fork 982
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 formidable dependency to resolve npm warning #1933
Comments
I've been trying to fix it myself, but upgrading
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Restify Version: 10.0.0
Node.js Version: v18.12.1
Expected behaviour
Should be able to install restify as a dependency without generating npm warnings about deprecated formidable dependency.
Actual behaviour
npm install emits:
npm WARN deprecated [email protected]: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
Repro case
Add restify as a dependency to your package.json and run npm install.
Cause
Need to upgrade
formidable
dependency to latest v2 or v3.Are you willing and able to fix this?
Yes
The text was updated successfully, but these errors were encountered: