Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid response body while trying to fetch https://registry.npmjs.org/cra-template: Illegal characters in path

when Ienter image description here am installing react npx create-react-app such errors occur

like image 750
Computer Manager Avatar asked Nov 05 '25 16:11

Computer Manager


1 Answers

Try

npm cache clear --force

then

npx create-react-app mehreen_practice
like image 104
M. Erim Tuzcuoglu Avatar answered Nov 07 '25 14:11

M. Erim Tuzcuoglu