generator-node-restify-mongodb
generator-node-restify-mongodb copied to clipboard
Trying to copy from a source that does not exist: ....\generator-node-restify-mongodb\generators\app\templates\.gitignore
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 EditionInterface.exports.copy (C:\Users\michael.dunn\AppData\Roaming\npm\node_modules\generator-node-restify-mongodb\node_modules\mem-fs-editor\lib\actions\copy.js:47:3)
at module.exports.projectfiles (C:\Users\michael.dunn\AppData\Roaming\npm\node_modules\generator-node-restify-mongodb\generators\app\index.js:66:13)
at Object.
@michaeldunnOMM -> For some reason the .gitignore file is missing. You can simply create the file in the intended destination with the content from the corresponding .gitignore file in this repo. That should work fine. Hope this helps.