Skip to content
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

Compiler errors on npm install with node 0.12.2 on windows (V8 problem?) #168

Closed
timknip opened this issue May 4, 2015 · 11 comments
Closed

Comments

@timknip
Copy link

timknip commented May 4, 2015

Windows 8.1 x64
Node 0.12.2

When attempting to install webpack-dev-server 1.8.2 with npm install webpack-dev-server I get compiler errors.

Typical error:
error: ‘NewSymbol’ is not a member of ‘v8::String’

Check out the log here

The package does get installed into node_modules, but hot-reloading breaks (worked with node 0.10.36).

My guess its latest V8 breaking some stuff.

@omerts
Copy link

omerts commented May 14, 2015

We are also experiencing the same problem, did you manage to solve them?

@richardhuaaa
Copy link

+1

@afilp
Copy link

afilp commented May 20, 2015

+1
Any solution to that?

@davepile
Copy link

+1.
C:....node-gyp\0.12.0\deps\v8\include\v8.h(1599) : see declaration of 'v8::String'

C:...\node_modules\webpack-dev-server\node_modules\socket.io-client\node_modules\engine.io-client\node_ modules\ws\node_modules\nan\nan.h(487) : see declaration of 'NanAsyncWorker'

although it still seemed to install and work on a very simple test project, including hot-reloading

@claym
Copy link

claym commented Jun 7, 2015

Similar problems here.

@Stas404
Copy link

Stas404 commented Jun 9, 2015

+1

1 similar comment
@omaksi
Copy link

omaksi commented Jun 10, 2015

+1

@omaksi
Copy link

omaksi commented Jun 10, 2015

For me it was this socket.io issue, the solution was to install ws manually, see: socketio/socket.io#2057

@Stas404
Copy link

Stas404 commented Jun 10, 2015

socketio/socket.io#2057 👍

@codeuniquely
Copy link

Related to
#195
#191

@timknip
Copy link
Author

timknip commented Jul 27, 2015

Seems its solved with 1.10.1

@timknip timknip closed this as completed Jul 27, 2015
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

9 participants