-
Notifications
You must be signed in to change notification settings - Fork 178
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
Error: Cannot find module './rpcbaseerrors' #50
Comments
what version of node are you using |
$ node --version |
hmm it appears the npm version wasn't updated. you could try downloading the master version while I'm publishing it to npm |
Ok I will try it. Thank you very much for the quick replies. |
the npm package has been updated. feel free to try |
Yeah its working! Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was going to get started with gramjs and tried by installing
gramsjs
with npm for a simple nodejs project.And I get the following terminal output when running it.
Package.json,
The text was updated successfully, but these errors were encountered: