You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
When I run the command npm run build && npm start
That is compiled twice: the first time from the build command, and the second time during the startup. As far as I know, it must be compiled during start-up only in development mode
This question is available on Nuxt.js community (#c72)
The text was updated successfully, but these errors were encountered:
When I run the command
npm run build && npm start
That is compiled twice: the first time from the
build
command, and the second time during the startup. As far as I know, it must be compiled during start-up only in development modeThe text was updated successfully, but these errors were encountered: