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

[SOLVED] Mac OS 10.12.6 - Error: Cannot find module grpc_module.node #27

Closed
ubidefeo opened this issue Oct 23, 2017 · 3 comments
Closed

Comments

@ubidefeo
Copy link

If anyone bumps into this Error after launching with meteor it may need some rebuilding.

according to setup instructions

git clone https://github.com/theQRL/qrl-wallet.git
cd qrl-wallet
meteor npm install
meteor npm install --save meteor-babel-helpers

when launching with meteor you may run into this issue.

quit CTRL+C and run

meteor npm rebuild

It worked for me, have the web app running :)
(maybe this note could be added to the setup info)

@scottdonaldau
Copy link
Contributor

Thanks @ubidefeo I'll aim to have it fixed up this week.

@scottdonaldau
Copy link
Contributor

This can be solved by a clean git pull of the repo, and replace meteor npm install with meteor npm install --unsafe-perm

See grpc/grpc#6435 for more info on the issue.

@scottdonaldau
Copy link
Contributor

I've updated the documentation to reflect this in #30

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

No branches or pull requests

2 participants