これは私が得ているエラーです..
> ws@0.4.25 install C:\Users\Darryl\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:\Users\Darryl\.node-gyp\0.8.7\deps\uv\include\uv.h(55): fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory [C:\Users\Darryl\node_modules\socket.io\nod
t.io-client\node_modules\ws\build\binding.sln]
Project : warning PRJ0018: The following environment variables were not found: [C:\Users\Darryl\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws\build\binding.sln]
問題になるのは、binding.sln dir/file が存在することです (Visual Studio Express 2012 がインストールされています)。
Pythonもインストールしていますが、それを無視しているようです。
このエラーを回避する方法がわかりません。どんな助けでも大歓迎です。