In order to use Mongo-Session-Store, I needed to install connect-mongo npm package to use in my project to use sessions through Mongo Atlas. But it's not getting installed due to version incompatibility of another npm packages such as "cloudinary" - a cloud based service platform.
I tried changing versions of the indicated packages. Also I tried to install it forcibly by commands such as npm install connect-mongo --force
and npm install connect-mongo --legacy-peer-deps
, but still it's not getting installed.