Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- react-native init Zero22Rc
- This will walk you through creating a new React Native project in /private/tmp/Zero22Rc
- Installing react-native package from npm...
- > [email protected] postinstall /private/tmp/Zero22Rc/node_modules/react-native/node_modules/flow-bin/node_modules/bin-wrapper/node_modules/bin-check/node_modules/spawn-sync
- > node postinstall
- > [email protected] postinstall /private/tmp/Zero22Rc/node_modules/react-native/node_modules/flow-bin
- > node lib/install.js
- npm WARN peerDependencies The peer dependency react@^0.14.5 included from react-native will no
- npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
- npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
- module.js:339
- throw err;
- ^
- Error: Cannot find module 'chalk'
- at Function.Module._resolveFilename (module.js:337:15)
- at Function.Module._load (module.js:287:25)
- at Module.require (module.js:366:17)
- at require (module.js:385:17)
- at Object.<anonymous> (/private/tmp/Zero22Rc/node_modules/react-native/node_modules/flow-bin/node_modules/logalot/node_modules/squeak/index.js:5:13)
- at Module._compile (module.js:435:26)
- at Object.Module._extensions..js (module.js:442:10)
- at Module.load (module.js:356:32)
- at Function.Module._load (module.js:311:12)
- at Module.require (module.js:366:17)
- npm ERR! Darwin 14.5.0
- npm ERR! argv "/Users/mkonicek/.nvm/versions/node/v4.2.1/bin/node" "/usr/local/bin/npm" "install" "--save" "react-native"
- npm ERR! node v4.2.1
- npm ERR! npm v2.7.1
- npm ERR! code ELIFECYCLE
- npm ERR! [email protected] postinstall: `node lib/install.js`
- npm ERR! Exit status 1
- npm ERR!
- npm ERR! Failed at the [email protected] postinstall script 'node lib/install.js'.
- npm ERR! This is most likely a problem with the flow-bin package,
- npm ERR! not with npm itself.
- npm ERR! Tell the author that this fails on your system:
- npm ERR! node lib/install.js
- npm ERR! You can get their info via:
- npm ERR! npm owner ls flow-bin
- npm ERR! There is likely additional logging output above.
- npm ERR! Please include the following file with any support request:
- npm ERR! /private/tmp/Zero22Rc/npm-debug.log
- `npm install --save react-native` failed
Advertisement
Add Comment
Please, Sign In to add comment