You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, sorry about that. You may need to upgrade the version of gulp-sass (from v4 to v5). This will fix your issue (gulp-sass v5 does not include nose-sass).
Let me know if you need any help for that. Cheers!
I can run
npm install
only with--ignore-scripts
I found (node-sass won't compile on Python 3 systems (e.g. EL8) due to node-gyp dependency lock sass/node-sass#2877)
But if I want to run
npm run gulp watch
it says:Error: Node Sass does not yet support your current environment: OS X Unsupported architecture (arm64) with Unsupported runtime (102)
I found (Apple ARM Support sass/node-sass#3033) and (https://sebastix.nl/blog/issue-with-node-sass-in-docker-on-apples-silicon-arm-m1-chipset/)
It would be nice if you can compile with sass instead of node-sass :)
Everything runs fine on my Mac (2010) with High Sierra...
The text was updated successfully, but these errors were encountered: