facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.64k stars 26.8k forks source link

Invalid base256 encoding error #7630

Closed William-Avery closed 5 years ago

William-Avery commented 5 years ago

Getting an error with a simple npx create-react-app. image

npm ERR! invalid base256 encoding node v12.9.1 npm v6.11.2

heyimalex commented 5 years ago

Try clearing your npm cache and re-installing. This almost certainly isn't a problem with create-react-app; the command that's failing is literally npm install react react-dom react-scripts.