lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
986 stars 126 forks source link

NPM Issue #2

Closed flt123 closed 8 years ago

flt123 commented 8 years ago

Hi,

Great stack. Had issues with npm start. Find attached the npm issue log and let me know if I'm doing something wrong at my end. Running on Mac.

lvarayut commented 8 years ago

I'm running fine with NodeJs v5.8.0, same as yours, on Mac. Can you try to move it out of the Dropbox directory and try again?

flt123 commented 8 years ago

Thanks for your quick response. Tried that and still getting same error. I suspect some lodash dependency somewhere. Updated log attached.

lvarayut commented 8 years ago

Have you ever run npm install before? If yes, what's happen if you run npm install lodash && npm start?

flt123 commented 8 years ago

That did the trick, looks like some dependencies are using older version of lodash. Thanks a lot

lvarayut commented 8 years ago

No problem :smile: