-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add dependency and set up stylelint config
- Loading branch information
Showing
4 changed files
with
807 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
ef95c87
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nuxt.jsでstylelintの設定をして快適なscss環境を。などに従って環境を設定したが、Errorが連発し30分以上手間取ったので道筋をメモ書き
TypeError: Class extends value undefined is not a constructor or null
のエラーが発生するyarn add -D postcss@8
を実行することで、エラーは消えたが、別のWarnが連続して発生した。nuxt-modules/storybook#258
https://qiita.com/citrus_candy/items/7a1bcb82f1b0c2936723
[email protected] is installed but ^10.1.1 is expected
のWarnが残っていたので、依存関係に合うように10.1.1を再インストール