2

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 ?

1 Answer 1

2

This github issue recommends removing your node_modules folder and re-running npm install:

rm -rf node_modules && npm install

Sign up to request clarification or add additional context in comments.

2 Comments

Thank you It works, but could you explain what causes this issue ? because normally Vue cli works fine but sometimes it has error like this.
I did as told but the problem persists: open localhost:8080 gives me the exact problem.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.