Completely prune/delete dev dependencies #18541
Unanswered
niteshbalusu11
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if anyone knows an answer to this. Is there a way to completely delete or prune devdependencies using bun?
bun install --production
andbun install --omit=dev
doesn't really do the job. Either devDeps are left innode_modules
or~/.bun
directory and all traces of them don't go away. I even opened an issue about it that it is potentially a bug but it could even just be a discussion.#18504
Beta Was this translation helpful? Give feedback.
All reactions