Beau Gunderson
Beau Gunderson
cheapest i can find from seattle to svalbard is $1,298 with 36 hours of travel time :(
@feross woah, i stand corrected! that is a huge difference 😸
I applied the chunks individually against `master` and this does still work as advertised.
Interestingly if I `yarn global add` it works. The project I'm working on is a vite-react-ts-electron app, if that's useful.
yes, this is what I ended up doing as well: ```json "resolutions": { "string-width": "^4", "strip-ansi": "^4", "wrap-ansi": "^7" }, ```
yes, root cause is newer versions of those modules either moving to ESM only or relying on modules that are ESM only On Mon, Sep 18 2023 at 10:01, Chregi...
the only thing I've done differently is added a non-existent path as the paths array and used the @ts-strict comment instead so that my project is opt-in instead of opt-out......
@KostkaBrukowa sure! here you go: https://gist.github.com/beaugunderson/7acffd22a8df616cba263655aaa6b6fe and alternately, since yours is working, if you share yours I can see how it differs from my own :)  
You added a dependency on underscore without adding it to `package.json`; aside from that I don't see an effect though (but it's possibly because my use of covershot is a...
Ah, that makes sense. :)