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

Project setup: Python 3.11 not compatible with node-sass #197

Open
elliot-nelson opened this issue Sep 17, 2023 · 0 comments
Open

Project setup: Python 3.11 not compatible with node-sass #197

elliot-nelson opened this issue Sep 17, 2023 · 0 comments

Comments

@elliot-nelson
Copy link
Collaborator

Something (maybe Docusaurus) still depends on node-sass in this repo, and node-sass is barely supported anymore.

In particular, if you have Python 3.11 or higher installed, rush install will fail due to nodejs/node-gyp#2219.

You can do a brute force workaround on Mac:

brew install pyenv
pyenv install 3.10.1
# (ensure python3 in path is linked to the right installation)
rush install

Ideally we could eliminate node-sass in the repo to prevent this issue.

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

No branches or pull requests

1 participant