react-data-export icon indicating copy to clipboard operation
react-data-export copied to clipboard

Unable to install

Open EvanTrow opened this issue 3 years ago • 4 comments

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`

EvanTrow avatar May 24 '21 13:05 EvanTrow

Same error when trying to install it inside a Docker node:alpine

imagen

error:

imagen

Genzan avatar Aug 05 '21 01:08 Genzan

I have same error :(

ahmetilhann avatar Apr 04 '22 20:04 ahmetilhann

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.

GeraldoMaciasLADodgers avatar May 13 '22 16:05 GeraldoMaciasLADodgers