wang1dot0 / personal-note

记录工作中遇到的个人觉得比较有意思的小问题
https://github.com/wang1dot0/personal-note
0 stars 0 forks source link

Error: EPERM: operation not permitted #7

Open wang1dot0 opened 5 years ago

wang1dot0 commented 5 years ago

在开发过程中遇到了这个问题,查找了相关的资料,给出了下面的解决办法:

- Remove node_modules
- npm cache verfiy 或者 npm cache clean --force
- npm install

搞定。