Jean-Michel

Results 3 issues of Jean-Michel

Thanks for this plugin. My current project use npm to install all depednencies. Could you please merge this ?

![capture d ecran 2016-05-24 a 11 38 13](https://cloud.githubusercontent.com/assets/67528/15499439/8e00326e-21a4-11e6-8cff-8e8092e0b449.png) That is weird I have installed it that way: package.json ``` "ngprogress": "VictorBjelkholm/ngProgress#v1.1.3", ``` then include resources: ``` "node_modules/ngprogress/build/ngProgress.min.js", "node_modules/ngprogress/ngProgress.css", ``` app.js...

question

The typeerror comes from here, the fix is trivial: https://github.com/fschulze/mr.developer/blob/master/src/mr/developer/git.py#L158 ``` output = action(**kwargs) ``` File "/home/zope/adria/rcse/production-2013-09-11-11-18-37/buildout-cache/eggs/mr.developer-1.26-py2.7.egg/mr/developer/git.py", line 226, in checkout return self.git_checkout(**kwargs) File "/home/zope/adria/rcse/production-2013-09-11-11-18-37/buildout-cache/eggs/mr.developer-1.26-py2.7.egg/mr/developer/git.py", line 135, in git_checkout stdout,...