theme icon indicating copy to clipboard operation
theme copied to clipboard

running on m1 mac

Open Ref34t opened this issue 3 years ago • 2 comments

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 avatar Nov 01 '21 22:11 Ref34t

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

Ref34t avatar Nov 01 '21 23:11 Ref34t

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

mariusintlwerft avatar Jun 07 '22 13:06 mariusintlwerft