NuxtN
Nuxt16mo ago
2 replies
diana~

Nitro build fails

After upgrading Nuxt from 3.6.5 to 3.13.2 Nitro build stopped working.
I'm getting errors
[nitro 3:05:55 PM]  ERROR  RollupError: [plugin impound] Vue app aliases are not allowed in server runtime. [importing #build/app.config.mjs from node_modules/nuxt/dist/app/config.js]


undefined


[3:05:55 PM]  ERROR  [plugin impound] Vue app aliases are not allowed in server runtime. [importing #build/app.config.mjs from node_modules/nuxt/dist/app/config.js]

  at getRollupError (node_modules/rollup/dist/es/shared/parseAst.js:392:41)
  at error (node_modules/rollup/dist/es/shared/parseAst.js:388:42)
  at Object.error (node_modules/rollup/dist/es/shared/node-entry.js:19807:20)
  at Object.resolveId (node_modules/impound/dist/index.js:29:11)
  at node_modules/rollup/dist/es/shared/node-entry.js:19992:40
  at async PluginDriver.hookFirstAndGetPlugin (node_modules/rollup/dist/es/shared/node-entry.js:19892:28)
  at async resolveId (node_modules/rollup/dist/es/shared/node-entry.js:18583:26)
  at async ModuleLoader.resolveId (node_modules/rollup/dist/es/shared/node-entry.js:18986:15)
  at async Object.resolveId (node_modules/@rollup/plugin-commonjs/dist/es/index.js:588:10) 



[3:05:55 PM]  ERROR  [plugin impound] Vue app aliases are not allowed in server runtime. [importing #build/app.config.mjs from node_modules/nuxt/dist/app/config.js]

error Command failed with exit code 1. 

I don't know what to make of it :/
Was this page helpful?