Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache npm dependencies? #418

Open
Andonvr opened this issue Jul 11, 2024 · 0 comments
Open

Cache npm dependencies? #418

Andonvr opened this issue Jul 11, 2024 · 0 comments

Comments

@Andonvr
Copy link

Andonvr commented Jul 11, 2024

I'm writing a package in deno, transform it using dnt, and use it in a react app. I wrote a small script that listens to file changes and runs dnt on change.
Now, I noticed that the dependencies are being installed anew every time, even when they don't change. Is there a way to cache this?

In my case, it actually accumulates over multiple cross dependent deno packages, all being built.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant