config-inspector
config-inspector copied to clipboard
Investigate using config-inspector with deno
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.
Try running 'deno run -A npm:eslint --inspect-config'