uuid-mongodb icon indicating copy to clipboard operation
uuid-mongodb copied to clipboard

failed with npm install --production

Open Colonizator1 opened this issue 8 months ago • 0 comments

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 - https://github.com/cdimascio/uuid-mongodb/blob/fe39525e21e4465008b8b739d0da370c987d744f/lib/index.js#L5 wrong package.json - https://github.com/cdimascio/uuid-mongodb/blob/fe39525e21e4465008b8b739d0da370c987d744f/package.json#L38 Please help me if I missed smth.

Colonizator1 avatar Dec 18 '23 14:12 Colonizator1