drewzboto / grunt-connect-proxy

Grunt Connect support for proxying API calls during development
MIT License
423 stars 122 forks source link

Version 0.1.11 breaks grunt build #98

Closed maikdiepenbroek closed 9 years ago

maikdiepenbroek commented 9 years ago

Upon updating to 0.1.11 our grunt build broke with the following log. We were forced to downgrade to 0.1.10.

Registering Gruntfile tasks. Loading "Gruntfile.js" tasks...ERROR

TypeError: Cannot read property 'prototype' of undefined at Object.exports.inherits (util.js:555:43) at Object. (node_modules/grunt-connect-proxy/node_modules/http-proxy/lib/http-proxy/index.js:106:17) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (node_modules/grunt-connect-proxy/node_modules/http-proxy/lib/http-proxy.js:4:17) at Module._compile (module.js:456:26)

No tasks specified, running default tasks. Running tasks: default Warning: Task "default" not found. Use --force to continue.

ruiaraujo commented 9 years ago

Please update to 0.2.0.

This issue has been fixed.

maikdiepenbroek commented 9 years ago

I was not aware that 0.2.0 was available on npm.

Thanks for the info :)

Chexpir commented 9 years ago

IMO a 0.1.12 should have been released not to break a lot of builds around the globe :-)

ruiaraujo commented 9 years ago

@Chexpir yup.