Óscar
How to prevent `deno add` from adding `^` to package version?
You might be interested in https://github.com/oscarotero/nudd (I'm the maintainer). It supports packages from deno.land, jsdelivr, jsr and npm. And it doesn't add
^
to package version.
- nudd add react
(install react from npm)
- nudd add @std/path
(install std/path from jsr)
- You can update them with nudd update
.3 replies
puppeteer makes script to hang for a while at the end
I have the same issue with puppeteer. In fact I filed an issue here: https://github.com/denoland/deno/issues/20179
28 replies
Deno for SASS dependencies?
These two dependencies are not updated very often, so I'd download them manually to my project, it's the simplest solution.
Alternatively, you can use remoteFiles (https://lume.land/docs/core/remote-files/) to use these files without downloading. For example:
3 replies