Month: September 2016

  • How to Fix node-gyp Error on Windows

    Whenever I get a new machine, I pull down a new project using the `npm install command and get an error related to python and node-gyp. This post will remember the fix for this problem that I always forget.

  • How to Build ReactJS with Gulp

    I started to tinker with React last week and needed to do some digging on how to transpile the React JSX files using Gulp. In this post, we walkthrough my newly updated Gulp task that transpiles JSX and JavaScript files.

  • How to Compile Typescript into a Single File with AMD Modules with Gulp

    I decided to move a TypeScript project from AMD modules (i.e. RequireJS) to SystemJS, still using Gulp. In this post, I walk you through the sample project I’ve created and share the lessons I learned along the way.