afloyd / mongo-migrate

MIT License
159 stars 81 forks source link

Running node mongo-migrate create setup does not work #5

Closed newmanw closed 11 years ago

newmanw commented 11 years ago

Tried to create first patch file by doing:

$ npm install mongo-migrate $ cd node_modules/mongo-migrate $ npm install (for some reason devDependencies not pulled in (mongodb) $ cd .. $ node mogo-migrate create setup $ Nothing happens and no output is recorded.