-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue : fails to start with SCSS preset #14011
Comments
It doesn't seem like you installed the We may be able to add that dependency into your devDeps automatically on |
The version of |
OK I found what's wrong. It seems to be more a compatibility issue between |
Glad you figured it out! If you want to send a PR to the preset-scss README mentioning the version differences, I'll get that reviewed. Cheers! |
Egads!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.2.0-beta.3 containing PR #14018 that references this issue. Upgrade today to the
|
Describe the bug
When trying to use SCSS preset on a brand new Vue 2 project, I'm not able to start Storybook. It fails with the message
To Reproduce
Steps to reproduce the behavior:
vue create <project-name>
npx sb init
yarn add -D @storybook/preset-scss css-loader sass sass-loader style-loader
yarn storybook
ornpm run storybook
framework-preset-vue
not findingvue-loader/lib/plugins
Expected behavior
Storybook runs without errors/warnings
Screenshots
![Error logs](https://user-images.githubusercontent.com/24554550/108759487-b33cc280-754c-11eb-99ef-382acc124a99.png)
If applicable, add screenshots to help explain your problem.
System
System:
OS: Windows 10 10.0.18363
CPU: (8) x64 Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz
Binaries:
Node: 14.15.1 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.5 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.14.8 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 88.0.4324.190
Edge: Spartan (44.18362.449.0)
npmPackages:
@storybook/addon-actions: ^6.1.18 => 6.1.18
@storybook/addon-essentials: ^6.1.18 => 6.1.18
@storybook/addon-links: ^6.1.18 => 6.1.18
@storybook/preset-scss: ^1.0.3 => 1.0.3
@storybook/vue: ^6.1.18 => 6.1.18
The text was updated successfully, but these errors were encountered: