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
- [Vuejs]-Deployment error firebase hosting – 0 files found
- [Vuejs]-How to load a GLTF 3D object from a public cloud server in a Vue.js application?
Source:stackexchange.com