-
Notifications
You must be signed in to change notification settings - Fork 24
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
Running "npm install" fails #39
Comments
Okay, running npm install in the cloned repo doesn't work either. I get a different error this way, though:
|
I noticed a yarn.lock file in the repo, so I tried running That worked. I can now access the package globally. (well, after adding Perhaps it's worth including a warning about the npm install not working for now. (assuming others get the same issue -- it's possible it's specific to my machine or version of npm, I suppose) |
When trying to install this package globally, I'm getting an error in npm.
The debug log file contents are here:
Node version: 8.11.2
NPM version: 5.10.0
Anyone know how to solve? (For now, I'll try cloning the repo and running
npm install
from there.)The text was updated successfully, but these errors were encountered: