We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
i run a local esm instance in my CI for a long time, and today I begin to fail:
then I did a little analysis (3h) I broke it down:
<html> <head></head> <body> <script type="module"> import { fireproof } from 'http://localhost:4874/@fireproof/core?no-dts' console.log("fp", fireproof) </script> hello world </body>
if it points to a v136 the import will fail --- if I use v135_7 it works.
with esmd logging:
2025/01/13 10:26:34 [error] build '/@fireproof/[email protected]/es2022/@ipld/dag-json.mjs': failed to analyze @fireproof/[email protected]/@web3-storage/pail/link: could not resolve build entry
Sorry for not digging into it.
Thx
Meno
The text was updated successfully, but these errors were encountered:
console.log("fp", fireproof) </script> hello world
Sorry, something went wrong.
No branches or pull requests
Hi,
i run a local esm instance in my CI for a long time, and today I begin to fail:
then I did a little analysis (3h) I broke it down:
if it points to a v136 the import will fail --- if I use v135_7 it works.
with esmd logging:
Sorry for not digging into it.
Thx
Meno
The text was updated successfully, but these errors were encountered: