1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/tools
Nathan Whitaker 218ee1b1ff
fix(add): Better error message when missing npm specifier (#24970)
Before:
<img width="278" alt="Screenshot 2024-08-09 at 3 15 01 PM"
src="https://github.com/user-attachments/assets/91b0ada6-93ee-4be6-a996-078aef98c2a9">

After:
<img width="888" alt="Screenshot 2024-08-09 at 3 52 15 PM"
src="https://github.com/user-attachments/assets/3c88a0e8-c761-4f70-88bf-109355ac12f0">
2024-08-09 14:29:11 +00:00
..
bench fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-23 19:00:48 -04:00
coverage fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-23 19:00:48 -04:00
init feat: deno init --serve (#24897) 2024-08-08 16:54:39 +00:00
jupyter fix: adapt to new jupyter runtime API and include session IDs (#24762) 2024-07-27 10:39:08 +02:00
lint fix(compile): support workspace members importing other members (#24909) 2024-08-07 07:43:05 +00:00
registry fix(add): Better error message when missing npm specifier (#24970) 2024-08-09 14:29:11 +00:00
repl docs: fix typos (#24820) 2024-08-02 13:26:54 +02:00
run fix(unstable): move sloppy-import warnings to lint rule (#24710) 2024-07-25 09:07:59 -04:00
test chore: upgrade to rust 1.80 (#24778) 2024-07-29 12:58:04 -04:00
vendor fix(compile): support workspace members importing other members (#24909) 2024-08-07 07:43:05 +00:00
bundle.rs fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-23 19:00:48 -04:00
check.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
compile.rs docs: fix typos (#24820) 2024-08-02 13:26:54 +02:00
doc.rs fix(compile): support workspace members importing other members (#24909) 2024-08-07 07:43:05 +00:00
fmt.rs feat(unstable/fmt): move yaml formatting behind unstable flag (#24848) 2024-08-02 13:52:48 +00:00
info.rs fix(upgrade): do not error if config in cwd invalid (#24689) 2024-07-23 19:00:48 -04:00
installer.rs fix(add): Better error message when missing npm specifier (#24970) 2024-08-09 14:29:11 +00:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
task.rs feat: deno run <task> (#24891) 2024-08-06 20:35:30 +05:30
upgrade.rs refactor(upgrade): cleanup pass (#24954) 2024-08-09 09:44:21 +00:00