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
I don't really understand how it got to this state, but it's unimportable on any case-sensitive filesystem, for example Linux. You should be able to see the issue easily with e.g. Docker Desktop / Podman Desktop, or a remote Linux server.
One way to fix this would be to use lowercase file names consistently, that seems to be the standard convention.
The text was updated successfully, but these errors were encountered:
Trying to use this library with Node v19 on Linux leads to errors like:
I noticed the index.js and index.d.ts files in dist/ refer to
./Result
, but the files have lowercase names.Kludging the installation with
makes it work.
I don't really understand how it got to this state, but it's unimportable on any case-sensitive filesystem, for example Linux. You should be able to see the issue easily with e.g. Docker Desktop / Podman Desktop, or a remote Linux server.
One way to fix this would be to use lowercase file names consistently, that seems to be the standard convention.
The text was updated successfully, but these errors were encountered: