ChrisD
Can someone explain how to run the build command with verbose logging?
I've looked at the docs and no matter what way I structure the build command, I get the same level of logging when building.
https://nuxt.com/docs/api/commands/build
I've tried the following
npx nuxi build --logLevel=verbose
npx nuxi build --logLevel 'verbose' npx nuxi build --logLevel='verbose' I get the same level of logs during the build every time. I feel like I'm going insane 😂
npx nuxi build --logLevel 'verbose' npx nuxi build --logLevel='verbose' I get the same level of logs during the build every time. I feel like I'm going insane 😂
11 replies