-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Bug report: npx missing on master branch #383
Comments
@qistoph What version of node were you using to get this error? npx is documented as included with npm 5.2+ |
I'm using 3.5.2 apparently. |
3.5.2 came out in late 2015. Could you see if upgrading your npm solves this problem? upgrade npm to the latest stable version: Or upgrade node to the latest version, which should come with the latest stable version of npm (I recommend this option - try out nvm to easily manage your node versions) |
That did indeed fix it. |
Summary
In the
package.json
, thepostinstall
usesnpx
which is not installed as a dependency.Related to #360
Example
(PR with fix is coming)
The text was updated successfully, but these errors were encountered: