#5903·ngx-admin

Why still using node-sass?

Author: tomavicCreated Oct 30, 2021Updated Nov 19, 2024

After fresh install, I found that after running npm start

> ng serve

⠋ Generating browser application bundles (phase: setup)...    'node-sass' usage is deprecated and will be removed in a future major version. To opt-out of the deprecated behaviour and start using 'sass' uninstall 'node-sass'.
✔ Browser application bundle generation complete.

It's causing problems with setup environment with Mac M1. Is there is any help or guide that we can do?