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

running on m1 mac #107

Open
Ref34t opened this issue Nov 1, 2021 · 2 comments
Open

running on m1 mac #107

Ref34t opened this issue Nov 1, 2021 · 2 comments

Comments

@Ref34t
Copy link

Ref34t commented Nov 1, 2021

I'm trying to use the theme on my m1 MacBook air but when running npm install
for install front-end dependencies and builder.
it's failing and I'm getting those errors
npm ERR! gyp ERR! node -v v17.0.1
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
npm ERR! Build failed with error code: 1

@Ref34t
Copy link
Author

Ref34t commented Nov 1, 2021

I believe it's because of node-sass is deprecated

@mariusintlwerft
Copy link

It's not the M1 Mac issue. You need to use node v14. If you are using brew, just
brew unlink node brew install node@14 brew link node@14

than check version by
node -v

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

2 participants