generator-node-restify-mongodb icon indicating copy to clipboard operation
generator-node-restify-mongodb copied to clipboard

Yeoman generator, creates a RESTful CRUD API, based on Node, Restify, and MongoDB

Results 3 generator-node-restify-mongodb issues
Sort by recently updated
recently updated
newest added

I have generated the project and wanted to start the app. Here is the error I am getting. ``` $ npm start > [email protected] start C:\hapi\node-restify-mongodb > node app.js |...

After installing npm install -g generator-node-restify-mongodb I try yo node-restify-mongodb And I get the following error AssertionError [ERR_ASSERTION]: Trying to copy from a source that does not exist: C:\Users\michael.dunn\AppData\Roaming\npm\node_modules\generator-node-restify-mongodb\generators\app\templates\.gitignore at...

Hi, Generator is creating the following error ``` events.js:182 throw er; // Unhandled 'error' event ^ Error: ENOENT: no such file or directory, open '/Users/sarath/node_modules/generator-node-restify-mongodb/generators/app/templates/.gitignore' at Object.fs.openSync (fs.js:653:18) at Object.fs.readFileSync...