-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
PRIORITY | LOWCan wait until after releaseCan wait until after releaseTYPE | bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
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
Metadata
Metadata
Assignees
Labels
PRIORITY | LOWCan wait until after releaseCan wait until after releaseTYPE | bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers