You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm someone trying to learn about apollo graphql with firestore as a data source in 2022, but it seems like there are some dependency issues with the package.json. When I run npm i --yes, the following output was produced:
npm ERR! code 1
npm ERR! path D:\firestore-apollo-graphql\node_modules\grpc
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c ./node_modules/.bin/node-pre-gyp install
--fallback-to-build --library=static_library
npm ERR! '.' is not recognized as an internal or external command,
npm ERR! operable program or batch file.
It's hard to find how to resolve this issue online, so please consider updating the compatible versions for the project in package.json. Thank you so much!
The text was updated successfully, but these errors were encountered:
Hi I'm someone trying to learn about apollo graphql with firestore as a data source in 2022, but it seems like there are some dependency issues with the
package.json
. When I runnpm i --yes
, the following output was produced:It's hard to find how to resolve this issue online, so please consider updating the compatible versions for the project in
package.json
. Thank you so much!The text was updated successfully, but these errors were encountered: