npx create-react-app bookstore
this command give error like in image:(https://phpout.com/wp-content/uploads/2023/07/UaH6f-jpg.webp):
can anyone help me to create-react-app
I try re-installing node version and also give environment variable path and again same problem occurs.
3
Answers
I encountered a similar issue when attempting to perform the task within a Google Drive folder. I recommend trying it in a different folder instead.
Sometimes, issues can arise due to a corrupted npm cache. Try clearing the npm cache by running the following command:
If the enoent error persists, try using npm instead of npx to create the React app:
Yes, that error indicates that you have not installed npm. You need to visit nodejs website and install nodejs for your computer. After that, make sure you have the latest version downloaded: node –version. Then try running the command again.