-
Notifications
You must be signed in to change notification settings - Fork 761
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 husky: command not found #1911
Comments
Same here
|
same issue |
Same here, running on bitbucket pipelines with node:10.16 |
same issue |
Hi all, the problem seems to be that |
On it, thanks for reporting this. |
|
Fix is in master, going for a patch release |
char0n@mortality-ntb:/tmp $ npm i [email protected]
> [email protected] postinstall /tmp/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
npm WARN saveError ENOENT: no such file or directory, open '/tmp/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/tmp/package.json'
npm WARN tmp No description
npm WARN tmp No repository field.
npm WARN tmp No README data
npm WARN tmp No license field.
+ [email protected]
added 31 packages from 46 contributors and audited 31 packages in 8.296s
5 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
|
swagger-client install works for me also. What a quick response, thanks a lot! |
Thank you @char0n for the quick response! and everyone here for reporting as well. |
Q&A (please complete the following information)
Content & configuration
A blank folder with an empty
package.json
.Describe the bug you're encountering
When running
npm i swagger-ui-react
it fails when trying to perform thepostinstall
forswagger-client
.To reproduce...
Steps to reproduce the behavior:
package.json
file.npm i swagger-ui-react
Expected behavior
swagger-ui-react installs successfully.
Actual behaviour
The text was updated successfully, but these errors were encountered: