1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tools
David Sherret 033b70af19
fix(npm): lazily install package.json dependencies only when necessary (#17931)
This lazily does an "npm install" when any package name matches what's
found in the package.json or when running a script from package.json
with deno task.

Part of #17916

Closes #17928
2023-02-24 19:35:43 -05:00
..
coverage refactor: rename deno specifiers to internal (#17655) 2023-02-05 17:49:20 +01:00
init chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
repl fix(npm): resolve node_modules dir relative to package.json instead of cwd (#17885) 2023-02-22 20:16:16 -05:00
vendor fix(npm): lazily install package.json dependencies only when necessary (#17931) 2023-02-24 19:35:43 -05:00
bench.rs feat(bench): change --json output format (#17888) 2023-02-23 12:59:23 +01:00
bundle.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
check.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
doc.rs refactor: deno_graph 0.43 upgrade (#17692) 2023-02-09 22:00:23 -05:00
fmt.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
info.rs fix(npm): resolve node_modules dir relative to package.json instead of cwd (#17885) 2023-02-22 20:16:16 -05:00
installer.rs fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00
lint.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
mod.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
run.rs fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00
standalone.rs feat(install): follow redirects for urls with no path (#17449) 2023-02-10 10:11:11 -05:00
task.rs fix(npm): lazily install package.json dependencies only when necessary (#17931) 2023-02-24 19:35:43 -05:00
test.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
upgrade.rs ref(cli): Add better error message when powershell is missing during upgrade (#17759) 2023-02-16 21:14:57 +02:00