Install the csvtojson library using the following command:
npm install csvtojson
If you're facing issues while installing the csvtojson library, you can try using the --force or --legacy-peer-deps flags to force the installation. Here's how you can use them:
npm install csvtojson --force
npm install csvtojson --legacy-peer-deps
The --force flag bypasses some installation checks and forces the installation of the package. The --legacy-peer-deps flag allows the installation to proceed even if there are peer dependency warnings.
To run dependencies in client and server side
npm i
run client side
npm start
run server side
npm run dev
How to connect new connection in mongodb
in env
mongodb+srv://joy:AtyW9tm9VP4iY14o@cluster0.8gmujlu.mongodb.net/hemang?retryWrites=true&w=majority
In mongodb-compass
Copy MONGO_URI in env and paste in mongodb
Top comments (0)