Tag: windows

  • Installing NPM on Windows

    Installing NPM on Windows

    After installing node on your windows and if you are facing issues like npm, firebase is not installed due to some script execution policy, you can override the changes using a command shared below. Error: Solution: You need to follow below steps in order to allow these kind of scripts to execute.

  • Setup SASS/SCSS compiler on a Windows machine

    Setup SASS/SCSS compiler on a Windows machine

    SASS/SCSS is well-known CSS preprocessor used to write your traditional CSS in a very fast and efficient way. It’s almost same with some extra features like Variables, Mixins, Inheritance(extend), Import and many more features. Basically, SASS helps you manage the CSS part on larger projects very easily. 1) Ruby Installation: To get it working on…