jackrobertscott / graphql-api-demo-180906

🔥 Demo implementation of a production-ready API using GraphQL.
96 stars 24 forks source link

npm install error #4

Closed robert-stevens closed 4 years ago

robert-stevens commented 5 years ago

Hi,

I cloned the repo and ran npm install, during which I get this error:

npm ERR! code E404 npm ERR! 404 Not Found: flatmap-stream@https://registry.npmjs.org/flatmap-stream/-/flatmap-stream-0.1.0.tgz

Not sure how to get pass it?

Thanks.

Geraldf commented 5 years ago

please have a look at https://stackoverflow.com/questions/53641800/npm-flatmap-stream0-1-1-not-found/53647989 there is a part what you should remove from package-json.lock

Sashley commented 5 years ago

Hi Jack,

Have some issues with

npm install

returning the following. Seems to be something missing. (would really like it check it out, as can relate to your introduction).

TIA and Cheers,

aa_2019-03-22T08_34_40_908Z-debug.log

larryhudson commented 5 years ago

I got it to work by deleting package-lock.json and running 'npm install' again.

jackrobertscott commented 4 years ago

I deleted package-lock.json - this should fix the problem 😅