tetraset
1 min readFeb 26, 2020

--

In new version nuxt file is here: ./node_modules/nuxt/bin/nuxt.js (dev mode)

In production environment first of all build nuxt app and then use this parameters in ecosystem.config.js:

script: "./node_modules/nuxt/bin/nuxt.js",
args: "start",

--

--