react-native无法运行RNTester

时间:2018-04-19 15:18:03

标签: node.js react-native babel

当我运行./scripts/packager.sh时,发生以下错误:

/Users/zq/Repos/ReactNative/react-native/node_modules/@babel/core/lib/config/full.js:139
throw e;

Error: [BABEL] /Users/zq/Repos/ReactNative/react-native/local-cli/cliEntry.js: .default is not a valid Plugin property
at /Users/zq/Repos/ReactNative/react-native/node_modules/@babel/core/lib/config/validation/plugins.js:54:56
at Array.forEach (<anonymous>)
at validatePluginObject (/Users/zq/Repos/ReactNative/react-native/node_modules/@babel/core/lib/config/validation/plugins.js:52:20)
at /Users/zq/Repos/ReactNative/react-native/node_modules/@babel/core/lib/config/full.js:215:53
at cachedFunction (/Users/zq/Repos/ReactNative/react-native/node_modules/@babel/core/lib/config/caching.js:42:17)
at loadPluginDescriptor (/Users/zq/Repos/ReactNative/react-native/node_modules/@babel/core/lib/config/full.js:207:10)
at /Users/zq/Repos/ReactNative/react-native/node_modules/@babel/core/lib/config/full.js:64:16
at Array.map (<anonymous>)
at recurseDescriptors (/Users/zq/Repos/ReactNative/react-native/node_modules/@babel/core/lib/config/full.js:63:36)
at loadFullConfig (/Users/zq/Repos/ReactNative/react-native/node_modules/@babel/core/lib/config/full.js:112:6)

PS: node v8.11.1

我尝试删除node_modules并重新安装

不工作!

0 个答案:

没有答案