diff options
| author | Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | 2024-09-06 12:08:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-06 19:08:56 +0000 |
| commit | 292344af42cbeaf6698c7f2cedf2e7e1ce861544 (patch) | |
| tree | 2eb0df63a4c929024bd6db58ceec003bcf67edd7 /tests/specs/install/workspace_node_modules_not_exists/package2 | |
| parent | 51f5f5789b3b00b327ee7130dc259d24ee631851 (diff) | |
fix(install): Make sure target node_modules exists when symlinking (#25494)
Fixes https://github.com/denoland/deno/issues/25493
Diffstat (limited to 'tests/specs/install/workspace_node_modules_not_exists/package2')
| -rw-r--r-- | tests/specs/install/workspace_node_modules_not_exists/package2/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/install/workspace_node_modules_not_exists/package2/package.json b/tests/specs/install/workspace_node_modules_not_exists/package2/package.json new file mode 100644 index 000000000..48d3d6917 --- /dev/null +++ b/tests/specs/install/workspace_node_modules_not_exists/package2/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "chalk": "5.0.1" + } +} |
