Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Recent grpc update issue #1378

Closed
alarrosa14 opened this issue Apr 5, 2016 · 4 comments
Closed

Recent grpc update issue #1378

alarrosa14 opened this issue Apr 5, 2016 · 4 comments

Comments

@alarrosa14
Copy link

Some module uses grpc. This module was recently updated to 0.13.1 and it's not possible tu run Parse Server with that version.
I get this error when running npm start:

Error: Cannot find module '/home/ubuntu/parse-server-example/node_modules/grpc/src/node/extension_binary/grpc_node.node'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/home/ubuntu/parse-server-example/node_modules/grpc/src/node/src/grpc_extension.js:38:15)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)

Adding grpc 0.13.0 to my dependecy list in package.json seem to fix the problem.

@flovilmart
Copy link
Contributor

what version of node are you using? we don't depend on gprc directly, that seems to be a reference from another module.

@flovilmart
Copy link
Contributor

Also, can you try:

delete your node_modules folder, and re-run npm install without the grace 0.13.0 added

@alarrosa14
Copy link
Author

I did this in the wrong github repo. This is happenning in parse-server-example repository, my bad...
Not sure if this is happening here too.

@flovilmart
Copy link
Contributor

I'll close it then :)

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

No branches or pull requests

2 participants