找不到模块:错误:无法解析'babel-polyfill' '/ tmp / build_7f85e1e4173bfdceff6d0abd745c2646 / src'remote:
remote:error命令失败,退出代码为1. remote:
info访问https://yarnpkg.com/en/docs/cli/install获取文档 关于这个命令。 remote:remote:----->构建失败的远程:
remote:很抱歉这个版本失败了!你可以排除故障 常见问题:远程:
https://devcenter.heroku.com/articles/troubleshooting-node-deploys
这是我尝试将我的应用部署到heroku时遇到的错误。
"babel-polyfill": "^6.23.0",
在我的依赖项中(不是devDependencies)。 我在第一行的index.js文件中需要babel:
import 'babel-polyfill';
为什么heroku无法解决babel-polyfill?