Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants