typed-scss-modules icon indicating copy to clipboard operation
typed-scss-modules copied to clipboard

Update to dart-sass

Open coolemur opened this issue 11 months ago • 1 comments

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

coolemur avatar Mar 07 '24 08:03 coolemur

the following works for me.

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

ImLunaHey avatar May 24 '24 01:05 ImLunaHey