// Regression test for https://github.com/denoland/deno/issues/25493 // // `deno install` where we need to create a `node_modules` for a workspace member // due to conflicting package versions, but when we go to set it up, the // symlink target path (`package2/node_modules/chalk`) has `node_modules` as its parent, // and it doesn't exist yet { "tempDir": true, "steps": [ { "args": "install", "output": "install.out" } ] }