Description
- NodeJS: 14.6.0
- mongodb-memory-server-*: 6.6.6
- mongodb: 0.0.0
- mongoose: 5.9.28
- system: docker:alpine (host: Windows 10)
package: mongo-memory-server
What is the Problem?
So when ever i try to install mongodb-memory-server on my Windows 10 machine i get this error:
mongodb-memory-server: checking MongoDB binaries cache...
failed to download/install MongoDB binaries. The error: Error: Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist
The mongo instance is dockerized(using node:alpine) but even just a simple install doesnt work.
the project is a microservice site and another service is already working just fine with mongodb-memory-server in version 6.6.4
so i tried to install 6.6.4 thinking the cause is probably a bad version but even 6.6.4 which works perfectly good for the other service doesnt work on this service for some reason and still gives the same error on npm install.
Code Example
Do you know why it happenes?
have no idea since the other service works just fine with 6.6.4 version.