Hi @Koushik_Saha,
Unfortunately I’m unable to reproduce the issue you’re seeing. I copied the dependencies above into package.json
, executed npm install
with node version 14.3.0 and inspection of mongodb
package is as expected.
Could you provide the output of :
npm list mongodb
npm list -g mongodb
Also, do you have any other node_modules within your application project ?
Regards,
Wan.