Npm 更新后 module 引入出错
首先删除 node_modules
整个文件夹,然后执行
cnpm cache clean
1
其中可能会报错,如报错请执行
cnpm cache clean --force
1
即可,然后在执行
cnpm install
1
上次更新: 2024/01/30, 00:35:17
- 02
- Node与GLIBC_2.27不兼容解决方案08-19
- 03
- Git清空本地文件跟踪缓存08-13
首先删除 node_modules
整个文件夹,然后执行
cnpm cache clean
其中可能会报错,如报错请执行
cnpm cache clean --force
即可,然后在执行
cnpm install