how to handle deprecation messages from npm for create-react-app? #10927
Unanswered
arkapratimsarkar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think, it is up to the React maintainers to remove or update the deprecated dependencies on which it depends on. This might have nothing to do with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm creating new react project by
npx create-react-app my-app
. It works fine. but when i delete the node-modules folder and usenpm install
,(same thing as cloning from remote repo) i get a lot of deprecation message. I'm not adding anything extra and the project runs fine but why am I getting all this deprecation messages ? can i do something about it or it is upto maintainers of various modules ?node -v = v14.16.1
npm -v = 7.11.2
deprecation message -
Beta Was this translation helpful? Give feedback.
All reactions