当前位置:  开发笔记 > 前端 > 正文

Babel - 错误:无法找到模块'babel-runtime/helpers/typeof'

如何解决《Babel-错误:无法找到模块'babel-runtime/helpers/typeof'》经验,为你挑选了1个好方法。

通过Transpiling gulp-babel服务器和browserifybabelify客户端-使用异步和我的代码等待.这些功能似乎转变得很好,但...... Error: Cannot find module 'babel-runtime/helpers/typeof'

的内容 .babelrc

{
  "presets": ["react", "es2015"],
  "plugins": [
    "transform-class-properties",
    "transform-async-to-generator",
    "transform-runtime"
  ]
}

相关内容 package.json

"babel-core": "6.3.13",
"babel-eslint": "4.1.6",
"babel-plugin-transform-async-to-generator": "6.3.13",
"babel-plugin-transform-class-properties": "6.3.13",
"babel-plugin-transform-runtime": "6.3.13",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babelify": "7.2.0",
"browserify": "12.0.1",
"gulp-babel": "6.1.0",

我已经找到了一些其他的提及,其中许多似乎在这里引领 - https://github.com/babel/babel/issues/2954

但是我在上面的链接上获得了404,实际上看不到任何与之相关的问题babel- https://github.com/babel/babel/issues重定向到https://github.com/babel/babel/pulls

有任何想法吗?



1> jerome..:

事实证明我需要安装babel-runtime,我认为随着Babel v6的发布而被弃用.

推荐阅读
乐韵答题
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有