Skip to content
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

Upgrade from node-sass to sass in examples/angular-cli #16663

Merged
merged 2 commits into from
Nov 19, 2021

Conversation

srmagura
Copy link
Contributor

Issue: Can't run yarn install in the Storybook repository because of a node-sass build failure. This was on Windows 11 and Node 16. node-sass-build-failure.log

What I did

The Angular example was using an outdated version of node-sass which failed to build on my PC. I fixed this by upgrading to the latest version of sass. I ran the example and verified that the Sass styles were applied.

How to test

  • Is this testable with Jest or Chromatic screenshots? I don't think so
  • Does this need a new example in the kitchen sink apps? No
  • Does this need an update to the documentation? No

If your answer is yes to any of these, please make sure to include it in your PR.

The Angular example was using an outdated version of node-sass which
failed to build on my PC. I fixed this by upgrading to the latest
version of sass. I ran the example and verified that the Sass styles
were applied.
@nx-cloud
Copy link

nx-cloud bot commented Nov 11, 2021

Nx Cloud Report

CI ran the following commands for commit e09b049. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx run-many --target=prepare --all --parallel --max-parallel=15

Sent with 💌 from NxCloud.

@shilman shilman added angular maintenance User-facing maintenance tasks dependencies and removed maintenance User-facing maintenance tasks labels Nov 11, 2021
@shilman shilman requested a review from a team November 15, 2021 15:07
Copy link
Contributor

@ThibaudAV ThibaudAV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM 🚀

@shilman shilman merged commit a456c5c into storybookjs:next Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants