developerasun / myCodeBox-web

Open source code box for web developers.
Apache License 2.0
5 stars 0 forks source link

[BUG] Sass command not found #221

Closed developerasun closed 2 years ago

developerasun commented 2 years ago

issue : sass command not working even when sass installed

place : myCodeBox-web/myCSS/libraries

screenshot : attach a screenshot showing the bug

sass-command-not-found

label : add propel lables for the bug

developerasun commented 2 years ago

solution : use npx sass instead of sass in terminal

npx-sass-ver