devour-js/devour-client

.git folder left in package

half2me opened this issue · 1 comments

On repeated npm install commands, I get the following message:

npm ERR! path /.../node_modules/devour-client
npm ERR! code EISGIT
npm ERR! git /.../node_modules/devour-client: Appears to be a git repo or submodule.
npm ERR! git     /.../node_modules/devour-client
npm ERR! git Refusing to remove it. Update manually,
npm ERR! git or move it out of the way first.

It seems the .git folder is left inside.

This has been fixed in the latest release.