npm install errors
knapeto opened this issue · 4 comments
knapeto commented
Hi,
I have problem with install dependencies. Can you help me ?
bash-3.2# npm install
npm WARN package.json fluxible-plugin-routr@0.3.0 No repository field.
npm WARN package.json node-libs-browser@0.5.0 No repository field.
npm WARN cannot run in wd isomorphic500@2.0.0 npm run build (wd=/Users/tomasknapek/Downloads/isomorphic500-master 2)
npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer flux-router-component@0.6.2 wants react@0.13.x
npm ERR! peerinvalid Peer fluxible@0.4.6 wants react@0.13.x
npm ERR! peerinvalid Peer fluxible-action-utils@0.2.1 wants react@>=0.12.0 <=0.13.x
npm ERR! peerinvalid Peer react-hot-loader@1.2.7 wants react@>=0.11.0
knapeto commented
Just downloaded
gpbl commented
Could you try by cloning the repo?
git clone https://github.com/gpbl/isomorphic500.git
cd isomorphic500
npm install
i have no idea why the download would give this error. let me try...
gpbl commented
uhm can't confirm, by downloading the source i can't reproduce your problem. Which version of node and npm are you using? please also try to cleanup the node_modules directory: rm -rf node_modules/