bwreid/generator-node-express-mvc

AssertionError [ERR_ASSERTION]: Trying to copy from a source that does not exist

Opened this issue · 0 comments

Hi there. I'm trying to create a new project using this plugin but the following errors appears:

`

events.js:165
throw er; // Unhandled 'error' event
^

AssertionError [ERR_ASSERTION]: Trying to copy from a source that does not exist: D:\Users\dcarpioc\AppData\Roaming\npm\node_modules\generator-node-express-mvc\generators\app\templates.env
at EditionInterface.exports.copy (D:\Users\dcarpioc\AppData\Roaming\npm\node_modules\generator-node-express-mvc\node_modules\mem-fs-editor\lib\actions\copy.js:47:3)
at paths.forEach.path (D:\Users\dcarpioc\AppData\Roaming\npm\node_modules\generator-node-express-mvc\generators\app\index.js:52:15)
at Array.forEach ()
at module.exports.writing (D:\Users\dcarpioc\AppData\Roaming\npm\node_modules\generator-node-express-mvc\generators\app\index.js:51:11)
at Object. (D:\Users\dcarpioc\AppData\Roaming\npm\node_modules\generator-node-express-mvc\node_modules\yeoman-generator\lib\index.js:417:23)
at D:\Users\dcarpioc\AppData\Roaming\npm\node_modules\generator-node-express-mvc\node_modules\run-async\index.js:25:25
at new Promise ()
at D:\Users\dcarpioc\AppData\Roaming\npm\node_modules\generator-node-express-mvc\node_modules\run-async\index.js:24:19
at D:\Users\dcarpioc\AppData\Roaming\npm\node_modules\generator-node-express-mvc\node_modules\yeoman-generator\lib\index.js:418:9
at runCallback (timers.js:763:18)
Emitted 'error' event at:
at Immediate. (D:\Users\dcarpioc\AppData\Roaming\npm\node_modules\generator-node-express-mvc\node_modules\yeoman-generator\lib\index.js:424:16)
at runCallback (timers.js:763:18)
at tryOnImmediate (timers.js:734:5)
at processImmediate (timers.js:716:5)

`

Check this screenshot:

node-express-mvc-demo

Thanks.