Troubleshooting NodeJS installation/run issues

When a requested update or bugfix comes across my desk, there is nothing more daunting when a fresh clone/fork of repository completes and then the installation process ensues. If you are like me, you almost don't even want to look at your screen in fear of that system alert…

How to add SASS/SCSS support to a SailsJS application

When you create a brand new install of SailsJS, by default, SailsJS comes with only LESS support. Being a big fan of SCSS, I prefer to use SCSS instead of LESS. Unfortunately SailsJS as smart as it is does not automatically recognize if you are using SCSS. There is some…