Closed danielroe closed 5 years ago
I seem to be unable to call any actions when running npm run build; npm run start
. Everything is working fine in development, but no luck in production.
Duplicate of #43 - which I think is a better description of the underlying issue.
This workaround solves the problem I was reporting.
I'm using version
2.0.4
and having a problem with post-build Nuxt projects, even ifNODE_ENV=development
. I'm getting:To replicate, see my previous repro, which I've simply updated to the latest version - and run
yarn build && yarn start
.See #41.