Open marvinhagemeister opened 6 months ago
I encountered similar error while testing issue #23525
{
"scripts": {
"all": "npm-run-all foo:a foo:b",
"foo:a": "echo 'a'",
"foo:b": "echo 'b'"
},
"dependencies": {
"npm-run-all": "^4.1.5"
}
}
DENO_FUTURE=1 deno task all
Task all npm-run-all foo:a foo:b
> foo:a
> echo 'a'
a
ERROR: Bad resource ID
Steps to reproduce
npm i
DENO_FUTURE=1 deno task lint
Error
The React error message is expected, but the last one
ERROR: Bad resource ID
is not.Version: Deno 1.42.4 (git https://github.com/denoland/deno/commit/5294885a5a411e6b2e9674ce9d8f951c9c011988 2024-04-24)