tmaximini / generator-ionic-gulp

A Yeoman generator for fast hybrid app development that stays out of your way
134 stars 36 forks source link

cannot initialize the project #25

Closed netchampfaris closed 8 years ago

netchampfaris commented 8 years ago

when i run yo ionic-gulp i get the following error message:

events.js:141
      throw er; // Unhandled 'error' event
      ^
 AssertionError: Trying to copy from a source that does not exist: C:\Users\netch\AppData\Roaming\npm\node_modules\generator-ionic-gulp\app\templates\_vendor.json
    at EditionInterface.exports._copySingle (C:\Users\netch\AppData\Roaming\npm\node_modules\generator-ionic-gulp\node_modules\mem-fs-editor\actions\copy.js:44:3)
    at EditionInterface.exports.copy (C:\Users\netch\AppData\Roaming\npm\node_modules\generator-ionic-gulp\node_modules\mem-fs-editor\actions\copy.js:22:17)
    at module.exports.yeoman.generators.Base.extend.writing.projectfiles (C:\Users\netch\AppData\Roaming\npm\node_modules\generator-ionic-gulp\app\index.js:263:15)
    at C:\Users\netch\AppData\Roaming\npm\node_modules\generator-ionic-gulp\node_modules\yeoman-generator\lib\base.js:409:16
    at processImmediate [as _immediateCallback] (timers.js:383:17)
tmaximini commented 8 years ago

thx, it seems I forgot to remove a copy statement for a deleted file. Should be fixed with https://github.com/tmaximini/generator-ionic-gulp/commit/871eda5a393cf0a5452487ba8af4ae8646f0941a

Please update the generator to the latest version 1.4.1 and try again, thanks.

netchampfaris commented 8 years ago

it worked, thanks