-
Notifications
You must be signed in to change notification settings - Fork 207
Unable to install #159
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
Comments
I have same error :( |
This looks like a general npm error. Backup your package-lock.json and erase the original package-lock.json. Retry npm install and then install this package. |
Hi @ahmetilhann @EvanTrow @Genzan @GeraldoMaciasLADodgers , If anyone has any solution on this issue, kindly provide it. Thanks in advance. |
installing via npm fails
`> npm install react-export-excel --save
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t https://github.com/securedeveloper/js-xlsx.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\user\AppData\Roaming\npm-cache_logs\2021-05-24T13_31_30_680Z-debug.log`
The text was updated successfully, but these errors were encountered: