[Vuejs]-Node 18.7.0 Can only have one resource source when compiling with nuxt

0👍

Nuxt works better with Node 16.

Also, regarding the error it’s more of a configuration thing than a package.json issue. Did you made any updates to that one recently?

Btw, did you also tried that one maybe? https://github.com/nuxt/nuxt.js/issues/9268#issuecomment-836521127

Lowering the version of sass-loader may also be a good idea. Not sure why you do have both sass and sass-loader at the same time tbh.
moment should be removed from the project overall (deprecated) but the rest seems quite okay to me.


This is also how to properly work with SASS: How to setup SASS/SCSS/sass-loader in Nuxt

Leave a comment