Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: ERROR: Bad resource ID running eslint in preact repo #23529

Open
marvinhagemeister opened this issue Apr 24, 2024 · 1 comment
Open

Bug: ERROR: Bad resource ID running eslint in preact repo #23529

marvinhagemeister opened this issue Apr 24, 2024 · 1 comment
Labels
bug Something isn't working node compat

Comments

@marvinhagemeister
Copy link
Contributor

Steps to reproduce

  1. Clone https://github.com/preactjs/preact
  2. Run npm i
  3. Run DENO_FUTURE=1 deno task lint

Error

DENO_FUTURE=1 deno-git task lint
Task lint run-s eslint tsc

> preact@10.20.2 eslint
> eslint src test debug compat hooks test-utils

Warning: React version not specified in eslint-plugin-react settings. See https://github.com/yannickcr/eslint-plugin-react#configuration .
ERROR: Bad resource ID

The React error message is expected, but the last one ERROR: Bad resource ID is not.

Version: Deno 1.42.4 (git 5294885 2024-04-24)

@marvinhagemeister marvinhagemeister added bug Something isn't working node compat labels Apr 24, 2024
@SureshPradhana
Copy link

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

@dsherret dsherret changed the title Bug: ERROR: Bad resource ID Bug: ERROR: Bad resource ID running eslint in preact repo Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working node compat
Projects
None yet
Development

No branches or pull requests

2 participants