Describe the bug
Performed:
npx create-react-app Tsunami18v2
Received:
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
Did you try recovering your dependencies?
Yea with sudo. npm package is not an issue.
npm install -g npm@latest
npm install
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
(paste the output of the command here.)
Steps to reproduce
(Write your steps here:)
- Open terminal
- npx create-react-app
- cd ; npm start
Expected behavior
No warnings.
Actual behavior
A wild warning appeared.
Reproducible demo
Same as steps above.
Describe the bug
Performed:
Received:
Did you try recovering your dependencies?
Yea with sudo. npm package is not an issue.
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
(paste the output of the command here.)
Steps to reproduce
(Write your steps here:)
Expected behavior
No warnings.
Actual behavior
A wild warning appeared.
Reproducible demo
Same as steps above.