mikeal / webtorrent-element

WebTorrent HTML element.
535 stars 24 forks source link

Installing Cypress #5

Closed sholtomaud closed 7 years ago

sholtomaud commented 7 years ago

Why does webtorrent-element install cypress from npm i webtorrent-element?

mikeal commented 7 years ago

I think it's a sub-dependency of the testing tools. It won't show up in the bundle though, it's just there for tests.

sholtomaud commented 7 years ago

Yeah-nah, whenever I use npm to install the webtorrent-element it pulls down cypress. But it shouldn't should it?

mikeal commented 7 years ago

yes,npm install sets up the module for development and will install devDependencies. if you don't want the dev deps you need to use --production.

sholtomaud commented 7 years ago

ahhhhhhhhhh! right okay. Cheers :)