Quasar build then nothing happen,,,

Hey
I have a quasar project, (quasar v1)

I do quasar build, then nothing happens, it last forever,
Any idea?
thanks

The culprit is with the quasar serve command. You cannot start a web server on Netlify, you can find out more here:

2 Likes

not trying to start a web server, I wanted to build the files with quasar build and then serve them.

Hey @romain1304

By running quasar serve, you are trying to start a web server. This is not required and is not possible (as previously mentioned) with Netlify.

Try removing quasar serve so the build command reads quasar build.

1 Like