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 · May be fixed by #25124
Open

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

marvinhagemeister opened this issue Apr 24, 2024 · 1 comment · May be fixed by #25124
Labels
bug Something isn't working correctly 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

> [email protected] 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 correctly 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
@littledivy littledivy linked a pull request Aug 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly node compat
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants