Node.js react native无法运行RNTester

Node.js react native无法运行RNTester,node.js,react-native,babeljs,Node.js,React Native,Babeljs,运行./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

运行./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)
/Users/zq/Repos/ReactNative/react native/node_modules/@babel/core/lib/config/full.js:139
投掷e;
错误:[BABEL]/Users/zq/Repos/ReactNative/react native/local cli/cliEntry.js:。默认值不是有效的插件属性
在/Users/zq/Repos/ReactNative/react native/node_modules/@babel/core/lib/config/validation/plugins.js:54:56
在Array.forEach()处
在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
在cachedFunction(/Users/zq/Repos/ReactNative/react native/node_modules/@babel/core/lib/config/caching.js:42:17)
在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
在Array.map()处
在递归脚本中(/Users/zq/Repos/ReactNative/react native/node_modules/@babel/core/lib/config/full.js:63:36)
在loadFullConfig(/Users/zq/Repos/ReactNative/react native/node_modules/@babel/core/lib/config/full.js:112:6)
附言: 节点v8.11.1

我尝试删除节点_模块并重新安装

不行