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 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/vendor@1.0.4/es2022/@ipld/dag-json.mjs': failed to analyze @fireproof/vendor@1.0.4/@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:
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: