部分报错如下
(node:6156) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead
Starting the development server...
Theme generated successfully
ERROR Failed to compile with 119 errors 14:46:33
These dependencies were not found:
重新更新下 node_modules
同样的问题, 别用cnpm安装,用npm 安装就没事了,你可以试试
我也遇到了同样的问题 npm install 也报错
安装 core-js 版本为2.6.5,删除原来的node_modules,重新更新下node_modules
怎么解决
怎么解决
cnpm i [email protected] --save 然后重新更新下node_modules 记得把node_modules先删掉 我是这么处理的
rm -rf node_modules
cnpm 可以使用 cnpm update
可用
@chenshuai2144 这个东西真坑,我这用着用着起不来了
babel 更新了。一直更新一直爽
现在又有遇到,最终方案是什么呢
Most helpful comment
cnpm i [email protected] --save 然后重新更新下node_modules 记得把node_modules先删掉 我是这么处理的