Open coolemur opened 8 months ago
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
the following works for me.
npm install node-sass@npm:sass npx typed-scss-modules ./src
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