Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: Optimize installing npm deps on mac [WIP] #23573

Closed
wants to merge 11 commits into from
Closed
Prev Previous commit
Next Next commit
Fix output on windows
  • Loading branch information
nathanwhit committed Apr 25, 2024
commit 289341a5a01f270943eb4cc77fb8a5d97b7dafdb
4 changes: 1 addition & 3 deletions tests/specs/install/future_install_global/install.out
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ Download http:https://localhost:4545/npm/registry/@denotest/esm-basic
Download http:https://localhost:4545/npm/registry/@denotest/esm-basic/1.0.0.tgz
Initialize @denotest/[email protected]
✅ Successfully installed deno-cli-test[WILDCARD]
/[WILDCARD]/bins/bin/deno-cli-test[WILDCARD]
[WILDLINE]
[WILDLINE]
[WILDCARD]
4 changes: 1 addition & 3 deletions tests/specs/install/no_future_install_global/install.out
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
Download http:https://localhost:4545/npm/registry/@denotest/esm-basic
Download http:https://localhost:4545/npm/registry/@denotest/esm-basic/1.0.0.tgz
✅ Successfully installed deno-cli-test[WILDCARD]
/[WILDCARD]/bins/bin/deno-cli-test[WILDCARD]
[WILDLINE]
[WILDLINE]
[WILDCARD]