Fresh install fails to build #4178
Closed
cfjedimaster
started this conversation in
General
Replies: 1 comment
-
No big deal, it's just a warning that there's an unused variable, nothing more I've released a new version of @adonisjs/shield which solves the problem for future fresh applications. Thanks for noticing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This may be a bug and I'll file there if so, but wanted to check. I installed my first Adonis app following the directions here https://docs.adonisjs.com/guides/installation. After confirming it ran, and without touching any file at all, I stopped the server, ran
node ace build --production
, and got an error:This is easy to get around, just add
ignore-ts-errors
, but shouldn't a fresh, not touched install be able to build?Beta Was this translation helpful? Give feedback.
All reactions