I was recently introduced to a new library called Jolt (https://github.com/bazaarvoice/jolt). Jolt performs JSON transformations which allows a developer to convert from one JSON structure to another JSON structure using a transformation mapping (created using JSON) and not having to write code. This is pretty amazing for Java applications as it avoids having to call […]
Month: November 2016
Error: Node Sass does not yet support your current environment
So you just upgraded NodeJS and expect, like everything else out there, that you will restart your app and everything will be fine. When you restart the app though you run into this nasty error about Node Sass: Error: Node Sass does not yet support your current environment. You sigh, question yourself for thinking an […]