Summary
My Nuxt.js project was created using the command yarn create nuxt-app
in SPA mode. However, I encountered an error after installing Storybook where running yarn dev
resulted in failure to start the demo page.
ERROR Failed to compile with 1 errors friendly-errors 17:38:56
ERROR in ./layouts/error.vue?vue&type=style&index=0&id=d5ea9138&scoped=true&lang=css& friendly-errors 17:38:56
Module build failed (from ./node_modules/css-loader/dist/cjs.js): friendly-errors 17:38:56
ValidationError: Invalid options object. CSS Loader has been initialized using an options object that does not match the API schema.
- options.modules has an unknown property 'compileType'. These properties are valid:
object { auto?, mode?, exportGlobals?, localIdentName?, localIdentRegExp?, context?, hashPrefix?, getLocalIdent? }
at validate (/home/jpskgc/ghq/github.com/jpskgc/vue-nuxt-vuetify-sass-storybook/node_modules/css-loader/node_modules/schema-utils/dist/validate.js:98:11)
at Object.loader (/home/jpskgc/ghq/github.com/jpskgc/vue-nuxt-vuetify-sass-storybook/node_modules/css-loader/dist/index.js:36:28)
friendly-errors 17:38:56
@ ./node_modules/vue-style-loader??ref--3-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--3-oneOf-1-1!./node_modules/@nuxt/webpack/node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??ref--3-oneOf-1-2!./node_modules/@nuxt/webpack/node_modules/vue-loader/lib??vue-loader-options!./layouts/error.vue?vue&type=style&index=0&id=d5ea9138&scoped=true&lang=css& 4:14-385 15:3-20:5 16:22-393
@ ./layouts/error.vue?vue&type=style&index=0&id=d5ea9138&scoped=true&lang=css&
@ ./layouts/error.vue
@ ./.nuxt/index.js
@ ./.nuxt/client.js
@ multi ./node_modules/eventsource-polyfill/dist/browserify-eventsource.js (webpack)-hot-middleware/client.js?reload=true&timeout=30000&ansiColors=&overlayStyles=&path=%2F__webpack_hmr%2Fclient&name=client ./.nuxt/client.js
I am looking for guidance on how to resolve this error and successfully run the yarn dev
command.
Some Code
Please check out the repository here:
https://github.com/jpskgc/vue-nuxt-vuetify-sass-storybook
Environment
Running on Ubuntu 20.04