-
Notifications
You must be signed in to change notification settings - Fork 28
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
Lacking gRPC #2
Comments
I think I got it too when using Node 10, but not 8 (though with 8 I encountered #1). I didn't get to fix it yet, so the most reliable solution I can suggest is to use Yarn. |
OK, switched to
( However, I still get that gRPC error. I also get the error if I remove this in yarn and then install using |
Before you installed it again, did you uninstall it? First ensure it is uninstalled by both npm and Yarn (they install global libraries in different locations, but the symlink to the executable command can only reference one of them, which you can see by running If that fails too, until we find a proper solution, you can download the repository and build it locally as described at the end of Development section. |
I succeeded! I saw my Kinds -- wonderful tool! Among the tricks I tried was the |
In case this helps others who come after me -- the tool is installed for me at |
Same error here, the solutions listed above didn't solve the problem |
I installed it through npm, but get the following. Should I be installing this myself? If so, how? (Node v.10.0.0)
The text was updated successfully, but these errors were encountered: