-
Notifications
You must be signed in to change notification settings - Fork 60
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
npm install fails with check-engines: command not found #6
Comments
Thanks for the reporting. This is fixed with 0.3.2 version |
Thanks for the quick response! |
Closing this. Now it's 0.3.3 with more robust code generation. For example,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to install ngentest via npm the install fails.
The npm error log is below:
`➜ ~ npm install ngentest -g
sh: check-engines: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! ngentest@0.3.0 preinstall:
check-engines
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the ngentest@0.3.0 preinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.`
The text was updated successfully, but these errors were encountered: