-
Notifications
You must be signed in to change notification settings - Fork 207
Error when installing API #41
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hello @diegovasquesmellet can you please share your |
@diegovasquesmellet could you try with |
If by config file you meant my pom.xml, please check below:
|
@juanpicado tried outside maven environment and it was the same error. |
Weird is that this is only happening with the |
@diegovasquesmellet it seems like you are using node version |
@diegovasquesmellet Did you manage to solve the issue ? |
Just tried. |
I'm trying to check with my infrastructure team if this could be the firewall blocking the access to GitHub host. |
Why you dependencies are like that? Couldn't be something like: |
Actually: |
Hi @diegovasquesmellet we used our own fork of |
Is it possible to publish this fork of yours into NPM? |
My issue is that I can't install API's that are located outside my companies network. If the |
In the meantime; You're saying that |
Well, |
Well, it would be great to have this published on NPM in a non temporarily status. |
When would you think is it possible to have the API published on NPM? |
Today I will publish it so it will be ready. |
That will be awesome! Thanks! |
Was it published? |
@securedeveloper any updates? |
We will publish soon @diegovasquesmellet . |
Great. I'll be waiting for it so I can test! Thanks. |
well, with this publish it already break the normal pipeline, I've to revert it for the moment. |
What do you mean by “break the normal pipeline”? |
@diegovasquesmellet Can you please try version 0.4.2, I am quite sure it will work for you too. I just break mistakenly project pipeline, but is OK now. |
I see in your package.json has no changes related to the xlsx. Why do you think it will work? |
@securedeveloper Same error :( |
Hi @diegovasquesmellet , can you please try to clone |
Even if I do this and works for me locally, it won't help when deploying the application because firewall will block the github host :( |
It will be possible to add this fork on NPM environment? If not its ok and I appreciate the support, i just need to know if I'll have to look for another API. Thanks |
@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 :) |
Sounds perfect! Thank you all. |
Any news? |
ping. |
Hi @diegovasquesmellet because the original package does not allow such distribution to |
Ok. Thanks. :) |
No good news here, right? :( |
Thanks :) |
I am also facing same issue. In Jenkins while building it is throwing same error as mentioned. do we have any work around for this. |
error An unexpected error occurred: "Refusing to download the git repo {"hostname":"github.com","protocol":"https:","repository":"https://github.com/securedeveloper/js-xlsx.git\"} over HTTPS without a commit hash - possible certificate error?". Please help me how to resolve this issue? |
same error here |
same error here +1 |
@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. |
same error with current last version (0.4.2) |
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. |
@diegovasquesmellet I know it's been hard since I don't have much choice with the libraries (in my case I'm using Although I updated my readme to reflect upcoming changes in the library. But I didn't mention any exact time (approximately it's gonna take around a month), this time I'm writing down the whole excel API by myself so there will be no dependency (also blocking and Installation issues). All I need co-operation from you guys and would be great if anyone can help me boost the development. |
Just FYI, This is still happening... |
fatal: unable to access 'https://github.com/securedeveloper/js-xlsx.git/': Failed to connect to github.com port 443: Timed out |
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.
The text was updated successfully, but these errors were encountered: