-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
webpack-dev-server fails to install in node 4 stable #258
Comments
never mind I got it working although the error are still there |
I have same error but it can't work |
run |
Confirm this |
I see the same error on a clean install of node.js 4. I see the above errors but webpack-dev-server works anyway. Looks like an indirect dependency on Nan is causing an issue ( see here nodejs/node#2798). A quick analysis, it looks like Socket.io -> engine.io -> ws -> bufferutil -> nan dependency. The issue being socket.io is waiting on this ticket: socketio/socket.io#2228 From the comments in that thread it looks like an npm update is imminent. Can this ticket be reopened? |
The problem with socketio has been resolved: socketio/socket.io#2228 |
This removes the node-gyp dependency :). Fixes webpack#229, webpack#276, fixes webpack#195, fixes webpack#267, fixes webpack#258 and fixes webpack#242
here are the logs
also has an error
Segmentation fault: 11
The text was updated successfully, but these errors were encountered: