We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
the following works for me.
npm install node-sass@npm:sass npx typed-scss-modules ./src
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: