You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.8.x is breaking on node v0.10, due to using path.isAbsolute. Here's the error message I'm getting:
TypeError: Object [object Object] has no method 'isAbsolute'
at new module.exports (/mnt/jenkins/jobs/makewonder.com/jobs/master/workspace/node_modules/webpack-dev-middleware/middleware.js:59:54)
Suggest using some polyfill or something for this.
The text was updated successfully, but these errors were encountered:
Version 1.8.x is breaking on node v0.10, due to using
path.isAbsolute
. Here's the error message I'm getting:Suggest using some polyfill or something for this.
The text was updated successfully, but these errors were encountered: