-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
If you try to include the lib in the package.json file and then run npm i --production during deploy process on the prod server the mongodb will not be installed. Need to move mongodb from devDependencies to the dependencies in the package.json file.
required mongodb -
Line 5 in fe39525
| const { Binary } = require('mongodb'); |
wrong package.json -
Line 38 in fe39525
| "mongodb": "5.2.0" |
Please help me if I missed smth.
Metadata
Metadata
Assignees
Labels
No labels