Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Query.mongodbResolvers defined in resolvers, but not in schema #3

Open
heipacker opened this issue Jul 31, 2018 · 5 comments
Open

Query.mongodbResolvers defined in resolvers, but not in schema #3

heipacker opened this issue Jul 31, 2018 · 5 comments

Comments

@heipacker
Copy link

when execute this command
nohup npm start &

@DenisCarriere
Copy link
Contributor

DenisCarriere commented Aug 1, 2018

@heipacker I've had this error happen a few commits ago, however I've just deployed it and everything seems to work just fine.

Which version of NodeJS are you running with?

I'm using:

$ node -v
v8.11.3

Try doing a clean install and npm start again.

$ git pull
$ rm -r node_modules
$ npm install
$ npm start

@heipacker
Copy link
Author

@DenisCarriere
$ node -v
v8.11.3
and i try to clean install, the same error occur

@odarboe
Copy link

odarboe commented Aug 26, 2018

@DenisCarriere

I have updated my node version to 8.11.3 but still getting the same issue. I believe it has to do with mongodb setup in the eosio-graphql project.
See logs
screenshot from 2018-08-26 11-30-23

@DenisCarriere
Copy link
Contributor

@odarboe strange, how did you install the library?

$ npm install

I'll look into.. seems like it's missing the module @types/mongodb

@odarboe
Copy link

odarboe commented Aug 27, 2018

Hi @DenisCarriere Yes I have tried cleaning and installing many times. I also specifically install mongodb and verified that the instance of mongod running without problem. it still gave me the same error.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants