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

Update to dart-sass #223

Open
coolemur opened this issue Mar 7, 2024 · 1 comment
Open

Update to dart-sass #223

coolemur opened this issue Mar 7, 2024 · 1 comment

Comments

@coolemur
Copy link

coolemur commented Mar 7, 2024

Current Behavior

Running npx typed-scss-modules src throws error:
Cannot find module 'node-sass'

node-sass is deprecated. Using deprecated package just for typed-scss-modules to work is wrong

Related to: #140

@ImLunaHey
Copy link

the following works for me.

npm install node-sass@npm:sass 
npx typed-scss-modules ./src

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