Unhelpfull error
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
Hello
I have tried in both pwsh and bash on windows 11 to create a patch, but I get a cryptic error that doesn't really give me any info on why it failed.
```
npx patch-package @remix-run/dev
patch-package 8.0.0
• Creating temporary folder
• Installing @remix-run/dev@2.15.2 with npm
{
status: 1,
signal: null,
output: [ null, null, null ],
pid: 42836,
stdout: null,
stderr: null,
error: null
}
C:\dev\LHB.Frontend\node_modules\patch-package\dist\makePatch.js:395
throw e;
^
{
status: 1,
signal: null,
output: [ null, null, null ],
pid: 42836,
stdout: null,
stderr: null,
error: null
}
Node.js v20.12.2
```
I have used the tool as late as last week in this repo, so I don't understand why this fails.
Any ideas on how I can futher debug this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.