要約
新しいNuxt.jsのプロジェクトをcreate nuxt-app
コマンドを実行して作成しました。(SPAモード)
作成直後はyarn dev
でローカルマシン上に問題なくSPA画面を起動できました。
しかしその後、Storybookをインストール後に再度yarn dev
を実行すると以下のエラーが発生して起動に失敗している状態です。
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
こちらのエラーを解消する手段をお手数ですがご教授願いたいです。
環境
Ubuntu20.04
コード
作業しているリポジトリは以下となります。お手数ですが、ご確認よろしくお願い致します。
https://github.com/jpskgc/vue-nuxt-vuetify-sass-storybook/tree/cssloader-error
追記(2021/11/20 21:00)
postcss
のバージョンを7系に落としたところ、今度はpostcss-loader
のエラーに変わりました
ERROR Failed to compile with 1 errors friendly-errors 21:12:16 ERROR in ./.nuxt/components/nuxt-error.vue?vue&type=style&index=0&lang=css& friendly-errors 21:12:16 Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): friendly-errors 21:12:16 ValidationError: Invalid options object. PostCSS Loader has been initialized using an options object that does not match the API schema. - options has an unknown property 'order'. These properties are valid: object { postcssOptions?, execute?, sourceMap?, implementation? } at validate (/home/jpskgc/ghq/github.com/jpskgc/vue-nuxt-vuetify-sass-storybook/node_modules/schema-utils/dist/validate.js:105:11) at Object.loader (/home/jpskgc/ghq/github.com/jpskgc/vue-nuxt-vuetify-sass-storybook/node_modules/postcss-loader/dist/index.js:43:29) friendly-errors 21:12:16 @ ./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!./.nuxt/components/nuxt-error.vue?vue&type=style&index=0&lang=css& 4:14-378 15:3-20:5 16:22-386 @ ./.nuxt/components/nuxt-error.vue?vue&type=style&index=0&lang=css& @ ./.nuxt/components/nuxt-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
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。