Open
Description
When you clone a Nuxt project, but don't run npm install
, and try to run Steiger, you get a big scary error:
file://pnpm/global/5/.pnpm/[email protected][email protected]/node_modules/tsconfck/src/parse.js:261
throw new TSConfckParseError(
^
TSConfckParseError: failed to resolve "extends":"./.nuxt/tsconfig.json" in
code: 'MODULE_NOT_FOUND',
requireStack: [ '' ]
},
tsconfigFile: ''
}
It's because Nuxt has some auto-generated TS configs that get generated in a postinstall script after you do npm i
Handle this error and print a user-friendly message that explains how to fix this