Steven

Results 530 comments of Steven

Please stop creating issues. They aren't needed for PRs.

Sounds good to me. Should apply to both `-g` and `--global`.

Try setting the environment variable `export DEBUG=corepack`

Its probably not finding the `tsconfig.json` file. - Related to https://github.com/vercel/ncc/pull/1197

Note that Corepack may stop working with future versions of Node.js if this PR gets merged: - https://github.com/nodejs/node/pull/51981 And we might not need to change gh actions if this other...

> This proposal depends on npm to install corepack, and therefore requires npm to be existent. For future development, this feels like shooting our foot (one more time). Agreed. Something...

Also consider how this would work in CI - you don't want to prompt in that case.

Because it creates a dependency on npm that wasn't there before

This might fix it: https://github.com/vercel/nft/pull/432 I merged it in to see if tests pass now 🤞

Looks like the only failing test is the new one now. Its missing `hook.mjs`, `hook2.mjs` and `hook3.mjs`. ``` ● should correctly trace module-register from cwd expect(received).toEqual(expected) // deep equality -...