react-native 0.1.5 TransformError:/path_to_app/index.ios.js未知插件“node-env-inline”

时间:2015-10-16 20:27:10

标签: react-native

我刚刚更新了守望者自制 react-native-cli

结果是我的所有新旧反应原生应用程序都会出现同样的错误。

它是index.ios.js

中的 TransformError

this is what i got in the simulator

我调查了这个问题: [运行React Native Getting Started项目(iOS)时的TransformError]

TransformError when running React Native Getting Started project (iOS)

但是,答案对我没有用。

我做了:

rm -rf node_modules

npm cache clean

npm i

npm start

它不起作用。

有人知道发生了什么吗?

1 个答案:

答案 0 :(得分:2)

我也遇到了这个问题。它似乎是一个丢失的babel插件。运行npm install babel-plugin-node-env-inline进行修复。我还必须安装babel-plugin-dunderscore-dev-inline