Skip to content

TypeError: Object [object Object] has no method 'isAbsolute' #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bioball opened this issue Sep 23, 2016 · 4 comments
Closed

TypeError: Object [object Object] has no method 'isAbsolute' #132

bioball opened this issue Sep 23, 2016 · 4 comments

Comments

@bioball
Copy link

bioball commented Sep 23, 2016

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.

@SpaceK33z
Copy link
Member

SpaceK33z commented Sep 23, 2016

Hmm, apparently we still allow v0.10 in npm's engine...

@bioball
Copy link
Author

bioball commented Sep 25, 2016

Thx!

@broveloper
Copy link

Can we push this fix to a new tag?

webpack-dev-server's package.json has webpack-dev-middleware@^1.4.0 which will install 1.8.2 (version still has this error in it)

@SpaceK33z
Copy link
Member

@broveloper, done; 1.8.3.

@SpaceK33z SpaceK33z reopened this Sep 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants