You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
events.js:85
throw er; // Unhandled 'error' event
^
AssertionError: Trying to copy from a source that does not exist: /Users/caojianhua/.nvm/versions/node/v0.12.4/lib/node_modules/generator-swift-framework/generators/app/templates/.gitignore
at EditionInterface.exports._copySingle (/Users/caojianhua/.nvm/versions/node/v0.12.4/lib/node_modules/generator-swift-framework/node_modules/yeoman-generator/node_modules/mem-fs-editor/actions/copy.js:45:3)
at EditionInterface.exports.copy (/Users/caojianhua/.nvm/versions/node/v0.12.4/lib/node_modules/generator-swift-framework/node_modules/yeoman-generator/node_modules/mem-fs-editor/actions/copy.js:23:17)
at null.<anonymous> (/Users/caojianhua/.nvm/versions/node/v0.12.4/lib/node_modules/generator-swift-framework/generators/app/index.js:206:25)
at Array.forEach (native)
at module.exports.yeoman.generators.Base.extend.writing.projectFiles (/Users/caojianhua/.nvm/versions/node/v0.12.4/lib/node_modules/generator-swift-framework/generators/app/index.js:205:19)
at /Users/caojianhua/.nvm/versions/node/v0.12.4/lib/node_modules/generator-swift-framework/node_modules/yeoman-generator/lib/base.js:429:16
at processImmediate [as _immediateCallback] (timers.js:358:17)
The text was updated successfully, but these errors were encountered:
I tried put a empty .npmignore on both root and generators/app/templates dir, none is worked. generators/app/templates/.gitignore is still renamed to .npmignore after npm install
The text was updated successfully, but these errors were encountered: