React-Native init project fail to run

Jonas

Got an issue after react-native upgrade and now version is 0.2.0

I got bunch of errors from react-native init HelloWorld

Error log

make: *** [Release/validation.node] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
gyp ERR! stack     at emitTwo (events.js:100:13)
gyp ERR! stack     at ChildProcess.emit (events.js:185:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12)
gyp ERR! System Darwin 15.4.0
gyp ERR! command "/usr/local/Cellar/node/5.9.1/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/jyao/Desktop/HelloWorld/node_modules/utf-8-validate
gyp ERR! node -v v5.9.1
gyp ERR! node-gyp -v v3.2.1
gyp ERR! not ok 
npm WARN install:[email protected] [email protected] install: `node-gyp rebuild`
npm WARN install:[email protected] Exit status 1
Zidail

Looks like you're missing a library. ld: library not found for -lgcc_s.10.5

Make sure you installed everything including the Xcode CLI. If you do, restart your package manager.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Unable to run "ANY" react native example project

From Dev

unable to run npm start for react-native project

From Dev

Unable to run React-Native UIExplorer example project

From Java

React native: Android project not found. Maybe run react-native android first?

From Dev

React Native - npx react-native run-ios doesn't work after initializing the project

From Dev

Use of undeclared identifier while setting up Facebook SDK for iOS in React Native init project

From Dev

gradle compile success, but fail to run project

From Dev

React Native init specific version

From Java

Renaming a React Native project?

From Java

React Native EXPO Apple upload fail

From Dev

react-native start faild, npm start faild. project is not run

From Dev

Integrate android project into React Native

From Dev

What does this react native init code mean?

From Dev

react-native init in current folder

From Dev

react-native init syntaxerror:unexpected token )

From Dev

SyntaxError: Unexpected token react-native init

From Dev

React Native keep failed to run

From Dev

React Native cannot run stacktrace

From Dev

react-native, closure variable causes action to fail

From Dev

react-native app fail to start after a few days

From Dev

New React Native project with old version of react native

From Java

React Native, why react-native run-android is not working?

From Dev

React Native project initial compilation error

From Dev

add react-native in existing node project

From Dev

How to integrate React Native to existing iOS project

From Dev

Error running the initialised React Native project in Xcode

From Dev

Where to put images in a react-native project?

From Dev

Adding fonts to a react-native project

From Dev

react-native project/directory structure setup

Related Related

  1. 1

    Unable to run "ANY" react native example project

  2. 2

    unable to run npm start for react-native project

  3. 3

    Unable to run React-Native UIExplorer example project

  4. 4

    React native: Android project not found. Maybe run react-native android first?

  5. 5

    React Native - npx react-native run-ios doesn't work after initializing the project

  6. 6

    Use of undeclared identifier while setting up Facebook SDK for iOS in React Native init project

  7. 7

    gradle compile success, but fail to run project

  8. 8

    React Native init specific version

  9. 9

    Renaming a React Native project?

  10. 10

    React Native EXPO Apple upload fail

  11. 11

    react-native start faild, npm start faild. project is not run

  12. 12

    Integrate android project into React Native

  13. 13

    What does this react native init code mean?

  14. 14

    react-native init in current folder

  15. 15

    react-native init syntaxerror:unexpected token )

  16. 16

    SyntaxError: Unexpected token react-native init

  17. 17

    React Native keep failed to run

  18. 18

    React Native cannot run stacktrace

  19. 19

    react-native, closure variable causes action to fail

  20. 20

    react-native app fail to start after a few days

  21. 21

    New React Native project with old version of react native

  22. 22

    React Native, why react-native run-android is not working?

  23. 23

    React Native project initial compilation error

  24. 24

    add react-native in existing node project

  25. 25

    How to integrate React Native to existing iOS project

  26. 26

    Error running the initialised React Native project in Xcode

  27. 27

    Where to put images in a react-native project?

  28. 28

    Adding fonts to a react-native project

  29. 29

    react-native project/directory structure setup

HotTag

Archive