express-node-mongo-skeleton icon indicating copy to clipboard operation
express-node-mongo-skeleton copied to clipboard

a simple CRUD + REST skeleton for Express + Node + Mongo

Results 4 express-node-mongo-skeleton issues
Sort by recently updated
recently updated
newest added

Error: Cannot find module 'mongodb/node_modules/bson' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object. (/Users/jack/Sites/express-node-mongo-skeleton-master/node_modules/mongoose/lib/drivers/node-mongodb-native/objectid.js:8:16) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at...

localhost:3000/blobs while doing the getting error Not Found 404 Error: Not Found at D:\Gitrippo\nodewebapp\routes\blobs.js:97:23 at D:\Gitrippo\nodewebapp\node_modules\mongoose\lib\model.js:3928:16 at D:\Gitrippo\nodewebapp\node_modules\kareem\index.js:246:48 at D:\Gitrippo\nodewebapp\node_modules\kareem\index.js:135:16 at _combinedTickCallback (internal/process/next_tick.js:131:7) at process._tickCallback (internal/process/next_tick.js:180:9) ![screenshot 28](https://user-images.githubusercontent.com/35721340/35768660-9be3aaae-0925-11e8-841c-0e87c28ffc71.png)

``` js GET Retrieving ID: 5808e2461a08412870dd004e /home/lex93ushakov/lab/mongoStudy/express-node-mongo-skeleton/routes/blobs.js:153 var blobdob = blob.dob.toISOString(); ^ TypeError: Cannot read property 'toISOString' of null at /home/lex93ushakov/lab/mongoStudy/express-node-mongo-skeleton/routes/blobs.js:153:37 at /home/lex93ushakov/lab/mongoStudy/express-node-mongo-skeleton/node_modules/mongoose/lib/query.js:1164:16 at /home/lex93ushakov/lab/mongoStudy/express-node-mongo-skeleton/node_modules/kareem/index.js:101:16 at _combinedTickCallback (internal/process/next_tick.js:67:7) at process._tickCallback...

Hi there, how do you get a select HTML element to have the correct option selected in an edit form? If you use `` it doesn't select an option whose...