ember-engines / ember-asset-loader

Asset loading support for Ember applications
MIT License
34 stars 27 forks source link

Repeatedly performing npm-install fails with EISGIT: Appears to be a git repo or submodule #83

Closed ghost closed 5 years ago

ghost commented 5 years ago

Get error EISGIT when performing npm-install

Error message: npm ERR! path ...p/node_modules/ember-asset-loader npm ERR! code EISGIT npm ERR! git .../node_modules/ember-asset-loader: Appears to be a git repo or submodule. npm ERR! git .../node_modules/ember-asset-loader npm ERR! git Refusing to remove it. Update manually, npm ERR! git or move it out of the way first.

ghost commented 5 years ago

I have made a PR (#84 ) based on a similar issue: https://github.com/APSL/react-native-version-number/issues/13

ghost commented 5 years ago

PR got approved and merged in master. Just waiting next release with the fix to be able to use the official package from NPM.

ghost commented 5 years ago

Fix by the release of version 0.6.1 that include the PR.