пытаюсь переустановить реагировать на родную.Это работало нормально, но когда я переустанавливал его, это показывало некоторую ошибку при сборке приложения IOS.
Я установил реактивный-родной, используя
npm.cli
, а затем создал новый проект
реактивный род init GM
Это был успех, теперь версии следующие
node --version
v8.11.2
npm --version
5.6.0
react-native --version
react-native-cli: 2.0.1
react-native: 0.55.4
Затем я попытался
response-native run-ios
И это показывает ошибку
node_modules/@babel/core/lib/transformation/file/file.js:63 constructor(options, {
^
SyntaxError: Unexpected token {
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:387:25)
at Module._extensions..js (module.js:422:10)
at Object.require.extensions.(anonymous function) [as .js] (/reactNative/GM/node_modules/babel-register/lib/node.js:152:7)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/reactNative/GM/node_modules/@babel/core/lib/index.js:147:36)
at Module._compile (module.js:413:34) Process terminated. Press <enter> to close the window
Я следую тому же шагу, который указан в ReactNative
Заранее спасибо