Hey people, I found many of you getting error in installing mongoDB compass. Even I get also. And may be internet has no solution to solve this error. But I read error, read codebase, follow dependencies, done some experiments and finally I find the solution. I posted it on stack overflow.
Link is given here.
I have a same issue, but I found a solution.
Let me tell you why this issue came, when you install mongoDB compass.
MongoDB compass is made using electron and electron have many dependencies. And one of them is windows-release
. This dependency try to find details about your OS…
Top comments (0)