You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following change (against 850c2c3) fixes it for me, though I haven't looked at the esbuild or done any testing beyond going through my import routine once, so I don't know if this will subtly break anything:
Ping. beancount-import won't build on OpenBSD without updating this dependency. Today I built it with "^0.20.2" instead of "^0.17.0" seen above and it is still working.
Running
npm install
from thefrontend
directory on OpenBSD gives:This was fixed in
esbuild
v0.11.18: evanw/esbuild@eb2872eThe following change (against 850c2c3) fixes it for me, though I haven't looked at the
esbuild
or done any testing beyond going through my import routine once, so I don't know if this will subtly break anything:The text was updated successfully, but these errors were encountered: