-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Not working with npx #8
Comments
What is |
Oh, I see, That error message isn't very helpful, I'll look into why it's happening, but it might be something to do with npx |
For reference, this is npx https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b |
@Graham42 I just looked into this some. When using I tried this out by installing I'm not sure if there's anything we can do since |
Instead of installing anything globally, I've moved to use
npx
which comes with npm 5, which is default with node 8Expected this to work:
Instead I get this error trace
The text was updated successfully, but these errors were encountered: