Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-31 | chore: remove DENO_FUTURE=1 from spec tests (#25329) | Bartek Iwańczuk | |
Towards https://github.com/denoland/deno/issues/25241 | |||
2024-08-28 | fix: replace `npm install` hint with `deno install` hint (#25244) | Bartek Iwańczuk | |
Needed for https://github.com/denoland/deno/pull/25213. With Deno 2, we should suggest using `deno install` instead of `npm install`. | |||
2024-07-24 | fix(future): Emit `deno install` warning less often, suggest `deno install` ↵ | Nathan Whitaker | |
in error message (#24706) Two small changes: - In our BYONM errors, suggest running `deno install` instead of `npm install` if `DENO_FUTURE` is set - Only emit warning about `deno install` changes if you do `deno install <foo>` with deno_future unset |