In a freshly generated Aurora subtheme, running the gulp command throws the following error:

util.js:756
    throw new TypeError('The super constructor to `inherits` must not ' +
    ^

TypeError: The super constructor to `inherits` must not be null or undefined.
    at Object.exports.inherits (util.js:756:11)
    at Object.<anonymous> (/Volumes/Work/MAMP/greenmed-consulting/sites/all/themes/greenmed/node_modules/http-proxy/lib/http-proxy/index.js:111:17)
    at Module._compile (module.js:435:26)
    at Object.Module._extensions..js (module.js:442:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:311:12)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)
    at Object.<anonymous> (/Volumes/Work/MAMP/greenmed-consulting/sites/all/themes/greenmed/node_modules/http-proxy/lib/http-proxy.js:4:17)
    at Module._compile (module.js:435:26)

Comments

Cosmin Hodis-Mindras created an issue.

Inori’s picture

I seem to be running into the very same issue. Any help with this would be greatly appreciated!

bmarshall’s picture

I'm having this same issue as well.

iamcarrico’s picture

Update browser-sync— I will do so on the npm package as well here soon.

http://stackoverflow.com/questions/33763375/issue-with-gulp-trying-to-ru...