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

Bump node-sass to fix build #23

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

Conversation

sqozz
Copy link

@sqozz sqozz commented Apr 28, 2023

This is my naive attempt to fix the build of this tool. On modern systems there is no python2 present which is required by the old version of node-sass. I just took the newest release I found on https://www.npmjs.com/package/node-sass and ran yarn install --mode update-lockfile to regenerate the lock file. Afterwards I was able to install/compile the tool with npm install ..

This might also fix https://github.com/Templarian/MaterialDesign/actions/workflows/cd-font-build.yml but I don't know how the whole publishing in the background works. I was at least able to generate a new ttf-font with these changes here too.

I'm a complete noob regarding npm/node so excuse me if this is completely wrong. I just wanted to share, what worked for me.

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.

1 participant