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

supports windows 11 sdk #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

SirSkeleto
Copy link

the inclusion of node-sass was causing errors on my machine due to it forcing node to use an outdated version of gyp which didn't support the win11 sdk. it's redundant with sass anyway so it should be fine just to remove it :) (works on my machine)

was causing errors on my machine due to it forcing node to use an outdated version of gyp which didn't support the win11 sdk. it's redundant with sass anyway so it should be fine just to remove it :)
@Kikasuru
Copy link
Owner

Kikasuru commented Feb 26, 2023

Sass is required for building the client side of the website, though node-sass is indeed depreciated. If you would like you could find a way to port dart-sass to Svelte and update the pull request but as of right now I cannot simply remove node-sass.

Copy link
Owner

@Kikasuru Kikasuru left a comment

Choose a reason for hiding this comment

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

See comment.

@SirSkeleto SirSkeleto closed this Feb 26, 2023
@SirSkeleto SirSkeleto deleted the patch-1 branch February 26, 2023 20:04
@SirSkeleto SirSkeleto restored the patch-1 branch February 26, 2023 21:19
@SirSkeleto SirSkeleto reopened this Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants