Due to this warning: ```js error swig-loader@2.1.0: The engine "node" is incompatible with this module. Expected version "4.2.1". error Found incompatible module ``` I suggest you change **package.json** to: ```json "engines": { "node": ">=4.2.1" } ```