getguesstimate / guesstimate-app

Create Fermi Estimates and Perform Monte Carlo Estimates

Home Page:http://getguesstimate.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm install fails

Stvad opened this issue · comments

Hey, I was trying to run the local version of the app, but when I try doing npm install in the repo directory I'm getting the following:

% npm install
npm WARN package.json react-dnd@2.4.0 No repository field.
npm WARN package.json react-dnd-html5-backend@2.4.1 No repository field.
npm WARN package.json worker-loader@0.7.1 No repository field.
npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer draft-js@0.7.0 wants react@^0.14.0 || ^15.0.0-rc
npm ERR! peerinvalid Peer react-addons-css-transition-group@15.0.3-alpha.2 wants react@^15.0.3-alpha.2
npm ERR! peerinvalid Peer react-addons-pure-render-mixin@15.0.3-alpha.2 wants react@^15.0.3-alpha.2
npm ERR! peerinvalid Peer react-d3-components@0.6.6 wants react@^0.14.0 || ^15.0.0
npm ERR! peerinvalid Peer react-dd-menu@1.0.7 wants react@>= 0.14.0
npm ERR! peerinvalid Peer react-dnd@2.4.0 wants react@^0.14.0 || ^15.0.0-0
npm ERR! peerinvalid Peer react-dom@15.0.3-alpha.2 wants react@^15.0.3-alpha.2
npm ERR! peerinvalid Peer react-fa@4.2.0 wants react@>= 0.13.0 <16.0.0
npm ERR! peerinvalid Peer react-json-tree@0.7.4 wants react@^0.14.0 || ^15.0.0-0
npm ERR! peerinvalid Peer react-markdown@2.5.0 wants react@>=0.13.3
npm ERR! peerinvalid Peer react-modal@1.9.7 wants react@^0.14.0 || ^15.0.0
npm ERR! peerinvalid Peer react-redux@4.4.8 wants react@^0.14.0 || ^15.0.0-0 || ^15.4.0-0 || ^16.0.0-0
npm ERR! peerinvalid Peer react-share@1.15.0 wants react@0.13.x || 0.14.x || 15.x.x
npm ERR! peerinvalid Peer react-sortable@1.2.0 wants react@15.x.x
npm ERR! peerinvalid Peer react-tooltip@2.0.3 wants react@^0.14.0 || ^15.0.0
npm ERR! peerinvalid Peer enzyme@2.9.1 wants react@0.13.x || 0.14.x || ^15.0.0-0 || 15.x
npm ERR! peerinvalid Peer react-addons-perf@15.0.3-alpha.2 wants react@^15.0.3-alpha.2
npm ERR! peerinvalid Peer react-addons-test-utils@15.0.3-alpha.2 wants react@^15.0.3-alpha.2

npm ERR! System Linux 3.2.45-0.6.wd.865.49.315.metal1.x86_64
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /local/home/sitalov/local-tools/guesstimate-app
npm ERR! node -v v0.10.48
npm ERR! npm -v 1.3.6
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /local/home/sitalov/local-tools/guesstimate-app/npm-debug.log
npm ERR! not ok code 0

ah, I think it was related to the fact that I had an old version of node.