jtsafarik
Firebase: broken pipe when using npm
Hi, I've been playing around with Deno and Firebase/Firestore, put together a short script:
which, if I run (locally or in docker container, deno version 2.2.5), I get the following:
now if I change the imports to
esm.sh
ones, the issue with broken pipe goes away:
when ran, the output is
(no broken pipe, the exit status is 0)
---
Could someone help me understand the difference between these approaches? Afaik the imported packages versions are matching, is there some other difference?5 replies