Error:Cannot find module 'array-includes'

Solution:

node_modules file 1. deleted items folders

2 Do npm cache clean or cnpm cache clean cache command to clear out the cache.

3. Then cnpm install and cnpm run dev can run your project on this computer

Guess you like

Origin www.cnblogs.com/veraNotes/p/11919219.html