How to prevent `deno add` from adding `^` to package version?
Hi 
Is there a one time option like PNPM? So I can set it once for all and not have to deal with it every time.
I don't understand why every package manager adds that character. You may install a different version of a package without knowing it and introduce bugs into your project because some packages may have breaking changes in their minor version updates.
Is there a one time option like PNPM? So I can set it once for all and not have to deal with it every time.
I don't understand why every package manager adds that character. You may install a different version of a package without knowing it and introduce bugs into your project because some packages may have breaking changes in their minor version updates.
