Deno not compiling npm packages
I encounter failure at my Deno project Github Action build site step.
So it compiles well (right?) my Deno packages, some npm packages but not totally.
I had to download manually with
So it compiles well (right?) my Deno packages, some npm packages but not totally.
I had to download manually with
npm run some packages like linkify.js and punycode.js, is that normal?

