StephenGrider / ReactCasts

App by app code for Build Web Apps with React JS
586 stars 244 forks source link

npm install fails #4

Open stabenfeldt opened 8 years ago

stabenfeldt commented 8 years ago

Hi,

I'm unable to run npm install. Which version of node is recommended? I've tried 4.2.0 and 4.0.0.

➜  imgur-client git:(master) ✗ git checkout 42bcfc6
➜  imgur-client git:(42bcfc6) ✗ npm i
npm WARN package.json react-starter@1.0.0 No repository field.
npm WARN unmet dependency /node_modules/node-sass/node_modules/meow requires object-assign@'^4.0.1' but will load
npm WARN unmet dependency /node_modules/object-assign,
npm WARN unmet dependency which is version 2.1.1
npm WARN unmet dependency /node_modules/node-sass/node_modules/node-gyp requires glob@'3 || 4' but will load
npm WARN unmet dependency /node_modules/node-sass/node_modules/glob,
npm WARN unmet dependency which is version 5.0.15
➜  imgur-client git:(42bcfc6) ✗ node -v
v4.0.0
Phits commented 8 years ago

I am using node -v v0.10.32

stabenfeldt commented 8 years ago

Same error when I switch to node 0.10.32 @StephenGrider, which Node version should we use?

StephenGrider commented 8 years ago

@stabenfeldt having trouble reproducing this, are you still seeing the issue? I nearly suspect one of the dependencies may have been temporarily broken, which has occurred previously.