Unable to install "connect-mongo" npm package

13 views Asked by At

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 its not getting installed due to version incompatibility of another npm packages such as "cloudinary" - a cloud based service platform.

Terminal eror package.json file

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 its not getting installed.

0

There are 0 answers