summaryrefslogtreecommitdiff
path: root/tests/integration/install_tests.rs
AgeCommit message (Expand)Author
2024-11-16fix(cli): show prefix hint when installing a package globally (#26629)Miguel Rodrigues
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-05feat(uninstall): alias to 'deno remove' if -g flag missing (#25461)Bartek Iwańczuk
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-07-24fix(future): Emit `deno install` warning less often, suggest `deno install` i...Nathan Whitaker
2024-03-27feat(install): require -g / --global flag (#23060)Bartek Iwańczuk
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci