After i created a project with Vue cli and it give me this error Module build failed: Error: ENOENT: no such file or directory, open '/home/Desktop/static-web-v1/node_modules/core-js/modules/es.array.iterator.js' What is wrong and how to fix it ?
After i created a project with Vue cli and it give me this error Module build failed: Error: ENOENT: no such file or directory, open '/home/Desktop/static-web-v1/node_modules/core-js/modules/es.array.iterator.js' What is wrong and how to fix it ?
This github issue recommends removing your node_modules folder and re-running npm install:
rm -rf node_modules && npm install