Closed sholtomaud closed 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.
Yeah-nah, whenever I use npm to install the webtorrent-element it pulls down cypress. But it shouldn't should it?
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.
ahhhhhhhhhh! right okay. Cheers :)
Why does webtorrent-element install cypress from
npm i webtorrent-element
?