config-inspector icon indicating copy to clipboard operation
config-inspector copied to clipboard

Investigate using config-inspector with deno

Open marr opened this issue 10 months ago • 1 comments

I am unable to install the config inspector package with deno. I try doing deno add npm:@eslint/config-inspector and receive the error message:

error: Can't set up '@eslint/config-inspector' bin at ../.deno/@[email protected]/node_modules/@eslint/config-inspector/bin.mjs

Caused by:
    No such file or directory (os error 2)

I am new to deno, so maybe this is just trying to do something it shouldn't. (I'm trying to create a nuxt app with deno using npm create nuxt@latest). I choose deno as the runtime, and select the eslint module when prompted.

marr avatar May 14 '25 18:05 marr

Try running 'deno run -A npm:eslint --inspect-config'

litewarp avatar Jun 17 '25 14:06 litewarp