kenfrederick
kenfrederick
Yup, this is a known issue. Tracking it down has been challenging.
Changing engines isn't something that is really supported (as I understand it) and I started with with this [code snippet](https://llllllll.co/t/orca/22492/156). So I'm honestly not sure how to keep the user...
I've made my [own collection of EMS-Flasher commands](https://gist.github.com/frederickk/98d7c1dd55fcddf119e9f56c5aa129c2) public. Perhaps it helps you and any others. Caveat, these commands work for me and I cannot guarantee they will work for...
If you're looking to compile Arduinoboy for Teensy 2, look at the version from Noizeinabox I updated https://github.com/frederickk/teensyboy you can see it in action https://www.instagram.com/p/ByzZxvjFl5B/ (blinking box top left)
I'm getting the same error, but using `14.0.4` I don't have `browserList` in my package.json and when i added: ``` "browserslist": [ "Chrome 118" ] ``` the problem still persists.
Fair :) So this type of "error" comes more from the data? For reference I have a collection of SVG's that more or less take on this structure: ``` .st0{fill:none;stroke:#000000;stroke-width:13;stroke-linecap:round;stroke-miterlimit:10;}...