warning browser-sync > browser-sync-ui > weinre > [email protected]: express 2.x series is deprecated
warning browser-sync > browser-sync-ui > weinre > express > [email protected]: connect 1.x series is deprecated
Just FYI
+1
browsing for the same thing, ended up here :).
Please update, thanks.
+1
+1
+1
+1
+1
+1
This is also breaking Node v4
browser-sync depends on browser-sync-ui "0.6.3" which in turn depends on
weinre which in turn depends on
the deprecated express listed above which in turn depends on
the deprecated connect listed above
which includes mime ">= 0.0.1"
which in turn breaks for all Node < v6 as it resolves to [email protected]
which dropped support for Node
/cc @bmuenzenmeyer
+1
+1
+1
+1
+1
+1
+1
Is there an update on when this will be fixed?
Hi all!
The 'fix' here is to remove weinre altogether - it's old & probably no-one uses it anyway!
That would make it a new major version, which is not an issue, but any code related to the UI that contains weinre refs needs updating too, meaning it's a good few hours work.
@shakyShane eta?
does someone want to volunteer a PR?
@matt3224 @phamdt within the next 2 days :)
released as [email protected]
There was no API related to weinre, so I'm releasing as a minor update - it removes functionality, but cannot 'break' anyones tools/projects/builds that rely on 2.x
You, sir, are awesome! I am updating this dependency of mine right now to start testing it. Thank you very much, @shakyShane!
Tested great. Released our internal, consuming package last night. Thanks again, @shakyShane! Happy holidays!
why kill my weinre?
does anyone know another way than Weinre to debug Google Chrome on iOS?
Using weinre standalone in combination with ngrok can do great things.
https://www.undefinednull.com/2015/03/17/remote-debugging-localhost-with-weinre/
does anyone know another way than Weinre to debug Google Chrome on iOS?
@luwes If it's any help, you shouldn't be getting rendering differences between Chrome and Safari on iOS. Due to Apple's restrictions, Chrome is using exactly the same rendering engine as Safari.
Safari on iOS can be debugged with Safari desktop, so that might suffice for your needs.
If you do need to debug it on an actual device, Browserstack offers Chrome iOS as a platform.
I know it's not a 1:1 replacement, but hopefully some of that can help.
How do you guys do remote debugging now that 'weinre' is gone?
I wrote a replacement for weinre, using the lastest chrome devtools frontend. Check it out: https://github.com/liriliri/chii
@surunzi thanks a trillion, it's better, faster, and the easiest option for remote debugging awkward devices!
Most helpful comment
+1
browsing for the same thing, ended up here :).
Please update, thanks.