react-data-export: Error when installing API
I’m facing an issue when trying to install latest version of react-data-export.
I’ve added "react-data-export": "^0.3.7"
to my POM.xml and I’m receiving the following error:
[ERROR] npm ERR! Error while executing:
[ERROR] npm ERR! C:\Program Files (x86)\Git\bin\git.EXE ls-remote -h -t https://github.com/securedeveloper/js-xlsx.git
[ERROR] npm ERR!
[ERROR] npm ERR! fatal: unable to access 'https://github.com/securedeveloper/js-xlsx.git/': Could not resolve host: github.com
[ERROR] npm ERR!
[ERROR] npm ERR! exited with error code: 128
I had previously installed version 0.3.2
and was working fine.
Is someone having similar issues?
Thanks.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 50 (13 by maintainers)
fatal: unable to access ‘https://github.com/securedeveloper/js-xlsx.git/’: Failed to connect to github.com port 443: Timed out
Guys, give up, they’re not going to fix it. I’ve reported this issue 5 months ago and it’s on “will be released next week” state.
Just find yourselves another API.
same error with current last version (0.4.2)
@diegovasquesmellet, @jsmani81, @TobalOW we have a new version which will fix these issues, we are going to release after this week. It’s still in testing phase.
Hi @diegovasquesmellet because the original package does not allow such distribution to
npm
I can only use their package or a fork, I’m in contact and we will have something very soon.@diegovasquesmellet the published package is ready, I just need to change configuration on library. It will be ready on Weekend. Because of testing in different environments it’s gonna take a bit. But you will definitely have a solution till this weekend. Thanks 😃
Well, it would be great to have this published on NPM in a non temporarily status. Thank you all for the support!
Well,
xlsx-style
support cell styling and I fork from them, but just to make sure things are maintained and not broken we needed our own fork and yes it is possible to publish withnpm
I’m trying to check with my infrastructure team if this could be the firewall blocking the access to GitHub host.