Uncaught exception when dependencies are not installed #91
Labels
good first issue
Good for newcomers
PRIORITY | LOW
Can wait until after release
TYPE | bug
Something isn't working
When you clone a Nuxt project, but don't run
npm install
, and try to run Steiger, you get a big scary error: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
The text was updated successfully, but these errors were encountered: