Last active
April 13, 2016 19:17
-
-
Save czbaker/bb84f2d7cb1c58b47bbefcdb21b860c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [misutowolf@corki dauntless]$ meteor npm i | |
| npm WARN peerDependencies The peer dependency react@^0.14.0 included from material-ui 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. | |
| npm WARN peerDependencies The peer dependency react-dom@^0.14.0 included from material-ui 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. | |
| npm WARN peerDependencies The peer dependency react-tap-event-plugin@^0.2.0 included from material-ui 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. | |
| npm WARN engine inline-style-prefixer@1.0.3: wanted: {"node":">=0.12"} (current: {"node":"0.10.43","npm":"2.14.22"}) | |
| npm WARN peerDependencies The peer dependency react@^0.14.8 included from react-addons-create-fragment 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. | |
| npm WARN peerDependencies The peer dependency react@^0.14.8 included from react-addons-pure-render-mixin 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. | |
| npm WARN peerDependencies The peer dependency react@^0.14.8 included from react-addons-update 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. | |
| npm WARN peerDependencies The peer dependency react@^0.14.8 included from react-addons-transition-group 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. | |
| npm WARN peerDependencies The peer dependency react@^0.14.0 included from recompose 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. | |
| npm ERR! install trying to install 0.2.2 to /home/misutowolf/projects/dauntless/node_modules/react-tap-event-plugin | |
| npm ERR! install but already installed versions [ '1.0.0' ] | |
| npm WARN peerDependencies The peer dependency react@^0.14.0 included from react-tap-event-plugin 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. | |
| npm ERR! install trying to install 0.2.1 to /home/misutowolf/projects/dauntless/node_modules/react-tap-event-plugin/node_modules/fbjs | |
| npm ERR! install but already installed versions [ '0.2.1' ] | |
| npm ERR! install trying to install 1.2.6 to /home/misutowolf/projects/dauntless/node_modules/react-tap-event-plugin/node_modules/fbjs/node_modules/core-js | |
| npm ERR! install but already installed versions [ '1.2.6' ] | |
| npm ERR! install trying to install 0.9.0 to /home/misutowolf/projects/dauntless/node_modules/react-tap-event-plugin/node_modules/fbjs/node_modules/whatwg-fetch | |
| npm ERR! install but already installed versions [ '0.9.0' ] | |
| npm ERR! install trying to install 7.1.1 to /home/misutowolf/projects/dauntless/node_modules/react-tap-event-plugin/node_modules/fbjs/node_modules/promise | |
| npm ERR! install but already installed versions [ '7.1.1' ] | |
| npm ERR! install trying to install 2.0.3 to /home/misutowolf/projects/dauntless/node_modules/react-tap-event-plugin/node_modules/fbjs/node_modules/promise/node_modules/asap | |
| npm ERR! install but already installed versions [ '2.0.3' ] | |
| npm ERR! Linux 4.4.5-1-ARCH | |
| npm ERR! argv "node" "/home/misutowolf/.meteor/packages/meteor-tool/.1.3.1.1ww979p++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm" "i" | |
| npm ERR! node v0.10.43 | |
| npm ERR! npm v2.14.22 | |
| npm ERR! code EPEERINVALID | |
| npm ERR! peerinvalid The package react@15.0.1 does not satisfy its siblings' peerDependencies requirements! | |
| npm ERR! peerinvalid Peer material-ui@0.15.0-alpha.2 wants react@^0.14.0 | |
| npm ERR! peerinvalid Peer react-addons-pure-render-mixin@15.0.1 wants react@^15.0.1 | |
| npm ERR! peerinvalid Peer react-dom@15.0.1 wants react@^15.0.1 | |
| npm ERR! peerinvalid Peer react-modal@1.1.0 wants react@^0.14.0 || ^15.0.0-0 | |
| npm ERR! peerinvalid Peer react-redux@4.4.4 wants react@^0.14.0 || ^15.0.0-0 | |
| npm ERR! peerinvalid Peer react-tap-event-plugin@0.2.2 wants react@^0.14.0 | |
| npm ERR! Please include the following file with any support request: | |
| npm ERR! /home/misutowolf/projects/dauntless/npm-debug.log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "dauntless", | |
| "private": true, | |
| "scripts": { | |
| "start": "meteor run" | |
| }, | |
| "dependencies": { | |
| "material-ui": "^0.15.0-alpha.2", | |
| "meteor-node-stubs": "~0.2.0", | |
| "react": "^15.0.1", | |
| "react-addons-pure-render-mixin": "^15.0.1", | |
| "react-dom": "^15.0.1", | |
| "react-form": "0.0.2", | |
| "react-modal": "^1.0.0", | |
| "react-redux": "^4.4.2", | |
| "react-router": "^2.0.1", | |
| "react-tap-event-plugin": "git+https://github.com/zilverline/react-tap-event-plugin.git", | |
| "redux": "^3.4.0", | |
| "redux-form": "^5.0.1", | |
| "redux-logger": "^2.6.1" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment