FWeinb / node-webkit-screenshot

Create screenshots using node-webkit
37 stars 11 forks source link

Fix post install #15

Closed vantreeseba closed 8 years ago

vantreeseba commented 8 years ago

the npm install --prefix uses your local package.json and reinstalls the whole bundle of dependencies inside the given directory.

This was causing a recursive loop.

FWeinb commented 8 years ago

Thanks. I am currently working on https://github.com/FWeinb/electron-screenshot-service and would like to only maintain one module.

the-simian commented 8 years ago

@FWeinb can you just pull this in though? The module works great if you just integrate this fix.

That or deprecate the module.

Thanks.

FWeinb commented 8 years ago

I merged it for now.

the-simian commented 8 years ago

Thanks!