-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Package doesn't download correct 4.0.x version for win32 #399
Comments
if possible, please upgrade to and if the error still happens, please also provide the full debug log |
Package updated to 6.9.0 and updated mongodb to 3.6.2. and receiving the following error (included debug):
|
@bhsi3h the log says it all, the file this package tries to execute dosnt exist, you installed package |
Just went through the response when I ran the install command, it did give back the error:
I will try downloading it and reporting back |
is your problem maybe related / the same as #55 ? (especially: #55 (comment)) PS: does EDIT: you can overwrite the download link temporary with |
The link works. I did take a look at the cache dir and it seemed like it didn't download everything it needed from the original link. Pardon me, but how would I run the command to overwrite the download link? |
basicly |
so basicly this is an duplicate of what was said in #55 (comment) , right? (i will leave this open, because #55 is already old and closed) |
🎉 This issue has been resolved in version 6.9.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
@hasezoey I just reinstalled 6.9.1. I am not getting that 403 error anymore but still receiving ENOENT on Gitlab CI Pipeline. My issue may be pointing something else. |
if you dont get an install error anymore, then the pipeline shouldnt fail the pipeline runs on linux right? ... what is the full error? (maybe put that into an new issue, if not releated) |
Yeah the Pipeline runs on Linux. It spins up a docker image with Alpine. Maybe Alpine has issue with Mongodb? I will put into new issue if its out of scope. Debug turned off
Conifg
|
🎉 This issue has been resolved in version 7.0.0-beta.8 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Versions
package: mongo-memory-server
What is the Problem?
The Gitlab CI fails by having creating a new instance of mongodb-memory-server. This is for unit testing, and I have only imported the package into the file.
Gitlab CI Error Below:
Code Example
Do you know why it happenes?
no
The text was updated successfully, but these errors were encountered: