- gulp-babel编译时出现Cannot find modul
- gulp-babel编译时出现Cannot find modul
- go: cannot find main module; see
- ReactNative 新建项目,run后报错cannot fi
- Mac install PHP 出现 Cannot find O
- error: Cannot find cdtool at 安装X
- webpack Error: Cannot find modul
- webpack Error: Cannot find modul
- iOS开发-一些小的知识点(长期更新)
- 编译报错:Error: Cannot find module '
这个报错看得想吐,真是头疼,百度上找了一圈,一直在折腾babel-core,安装顺序也试了,一直不行。太难为我这个刚刚自学gulp的小白了。后来发现我的gulp-babel版本是8.x
试着用webpack的解决方式,安装了7.x,然后就解决了。
npm install gulp-babel@7 --save-dev
网友评论