[Vuejs]-Nuxt build pauses after upgrade to node 15

1👍

Not sure if this post is somehow related but there are some issues with Node 15 as it looks. Especially since you’ve just upgraded to Nuxt@2.15.0. I’d recommend downgrade to a lower version of nuxt.

👤kissu

2👍

nodejs 15 has some major compatibility issues try switching back to nodejs version 14.x.x

Suggestion

use nvm to manage multiple versions of nodejs instructions for linux,
Windows, MacOS

👤KaranV

Leave a comment