[MongoDB] Cannot connect with MongoDB Solution for not installing or running node: - export NODE_OPTIONS=--openssl-legacy-provider If you see this kinf of message, best way is to change the configuration. I know that it's bad for security reason, but it will solve the problem. Mongo 2022.04.07
[MongoDB] How to install Mongo in WSL2 Install MongoDB To install MongoDB (version 5.0) on WSL (Ubuntu 20.04): Open your WSL terminal (ie. Ubuntu) and go to your home directory: cd ~ Update your Ubuntu packages: sudo apt update Import the public key used by the MongoDB package management system: wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | sudo apt-key add - Create a list file for MongoDB: echo "deb [ arch=amd64,arm.. Mongo 2022.04.06