diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-03-13 14:18:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-13 18:18:29 +0000 |
| commit | 44b0d4cb11853bcdc7aa61c1412719a13d572b24 (patch) | |
| tree | 074bcf6b77b4174343c4d0f3c239c53b7adf8350 /cli/tests/testdata/task/both | |
| parent | e8f22c076525c2fa55115349157f67085df287bf (diff) | |
fix(npm): show a progress bar when initializing the node_modules folder (#18136)
Creating the node_modules folder when the packages are already
downloaded can take a bit of time and not knowing what is going on can
be confusing. It's better to show a progress bar.
Diffstat (limited to 'cli/tests/testdata/task/both')
| -rw-r--r-- | cli/tests/testdata/task/both/package_json_selected.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/task/both/package_json_selected.out b/cli/tests/testdata/task/both/package_json_selected.out index 435145deb..06b735c9d 100644 --- a/cli/tests/testdata/task/both/package_json_selected.out +++ b/cli/tests/testdata/task/both/package_json_selected.out @@ -1,5 +1,6 @@ Download http://localhost:4545/npm/registry/@denotest/bin Download http://localhost:4545/npm/registry/@denotest/bin/1.0.0.tgz +Initialize @denotest/bin@1.0.0 Warning Currently only basic package.json `scripts` are supported. Programs like `rimraf` or `cross-env` will not work correctly. This will be fixed in the upcoming release. Task bin cli-esm testing this out "asdf" testing |
