VUE Error: Cannot find module 'array-includes'?

Execution npm run dev, error! ! !

The reason given: the outer layer of the project directory name changes
Solution:
1. Delete the project node_modules folder
2. Do npm cache clean cache cache command to clear out,
after 3.npm install reinstall dependent, npm run dev run the project.

Guess you like

Origin www.cnblogs.com/wbyixx/p/12526774.html