Replies: 2 comments 3 replies
-
Hi! This isn't related to GitHub services, so please take it to the Also, have you tried running |
Beta Was this translation helpful? Give feedback.
3 replies
-
@Rishi-381 thanks, worked! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem: On creating react app public, src and scripts folder is not created and also npm errors are poping while creating react app
NPM errors:
npm ERR! code FETCH_ERROR
npm ERR! errno FETCH_ERROR
npm ERR! invalid json response body at https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers reason:
Invalid response body while trying to fetch https://registry.npmjs.org/@babel%2fhelper-skip-transparent-expression-wrappers:
EBUSY: resource busy or locked, rename 'C:\Users\Asus\AppData\Local\npm-cache_cacache\tmp\0e987701' ->
'C:\Users\Asus\AppData\Local\npm-cache_cacache\content- v2\sha512\0a\4f\473b4caaf09b710f71b23c68d93ef797899aaa8562ddabac5f5a3004c4b20e5010d6c2720e96bde3ab51daf20fc39a1ff2d208e09caf8528a495aaae8cc3'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Asus\AppData\Local\npm-cache_logs\2022-09-04T13_20_17_403Z-debug-0.log
Please someone help me on this issue.
what I tried:-
npm install -g create-react-app
npx create-react-app my-app
Beta Was this translation helpful? Give feedback.
All reactions