spenceclark / newman-reporter-json-summary

A Newman JSON Reporter that strips the results down to a minimum
8 stars 7 forks source link

.git folder in latest npm package 1.0.11 #3

Closed davepile closed 4 years ago

davepile commented 5 years ago

I installed newman-reporter-json-summary locally and then was unable to install newman-reporter-html in the same project as I got an npm error EISGIT EISGIT npm ERR! git ...\postman\testrunner\node_modules\newman-reporter-json-summary: Appears to be a git repo or submodule. npm ERR! git ...\postman\testrunner\node_modules\newman-reporter-json-summary

I had to manually remove the .git folder from node_modules\newman-reporter-json-summary

spenceclark commented 5 years ago

Strange, not sure how that happened. I've updated the .gitignore file and republished and i can now upgrade and remove the package without that error. Hopefully thats fixed it.

spenceclark commented 4 years ago

Fixed