5 messages · Page 1 of 1 (latest)
when i run the command npx create-react-app portfolio, it gives me this error
npx create-react-app portfolio
Solved?
If not try these.
1)'npm config set registry http://registry.npmjs.org'
2)npm -g install npm
3)npm cache clean -f