0
votes

I trying to generate my Nuxt website using CodeBuild. Everything's seen to be good but after the command npm run generate there isn't any dist folder generated so I have nothing to upload in my S3 Bucket...

Do you know this issue? I have found a similar question but no one answered it.

Thanks in advance,

1
Can you run the 'npm run generate' command with any debugging option to see what it is doing.shariqmaws
Unfortunately, I didn't find the command to run npm run generate in debugging mode...Sébastien Serre

1 Answers

1
votes

You should install nuxt in your system with npm i -g nuxt and run nuxt build