I execute the command:
npx create-react-app opencord
After doing so this error shows up:
What can I do?
I have resolved this problem o Linux by deleting the npm cache folder /home/<user>/.npm/.
You might be able to resolve this on Windows by deleting the folder C:\Users\<user>\AppData\npm-cache\.
Apparently you can reach the same result by running the command npm cache clean as well. (You might need to use --force flag)
tarmodule at this line. Can you check if the module is installed properly and that thelib/pack.jsfile exists?