D
Deno
Change Theme
Search Answer Overflow
Login
leftdev
Posts
Comments
D
Deno
•
Created by dsm23 on 9/13/2023 in
#help
deno compile -A npm:cowsay not working
i'm guessing that means it's not expected behaviour :p no prob
14 replies
D
Deno
•
Created by dsm23 on 9/13/2023 in
#help
deno compile -A npm:cowsay not working
since i have a
package.json
i just ran
npm i
and it worked fine from then on. i don't think i even have npm: deps on that project anymore
14 replies
D
Deno
•
Created by dsm23 on 9/13/2023 in
#help
deno compile -A npm:cowsay not working
i don't remember 100%, but i had a similar experience not too long ago. I believe all npm: packages had to be installed via
npm
to be able to
deno compile
. is that expected behaviour?
14 replies
D
Deno
•
Created by leftdev on 9/11/2023 in
#help
Bunle OAK static assets to the compiled binary
Docs aren't very complete, but after looking around the source code and implementing it correctly, it works like a charm! Thanks a bunch
3 replies