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
Hi, I'm trying to install websocket on Windows 7 following your instructions.
After I installed windows build tools and node-gyp and run the websocket installation I get this error:
C:\Users\Simplo\node_modules\websocket>if not defined npm_config_node_gyp (node
"C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bi
n\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Progra
m Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Building the projects in this solution one at a time. To enable parallel build,
please add the "/m" switch.
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VC
Targets\Microsoft.CppCommon.targets(361,5): error MSB6006: "CL.exe" exited with
code -1073741701. [C:\Users\Simplo\node_modules\websocket\build\bufferutil.vcx
proj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VC
Targets\Microsoft.CppCommon.targets(361,5): error MSB6006: "CL.exe" exited with
code -1073741701. [C:\Users\Simplo\node_modules\websocket\build\validation.vcx
proj]
npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\Simplo\pack
age.json'
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\Simplo\package
.json'
npm WARN Simplo No description
npm WARN Simplo No repository field.
npm WARN Simplo No README data
npm WARN Simplo No license field.
[email protected]
updated 1 package and audited 234 packages in 5.123s
found 0 vulnerabilitieswebsocket
Can you please help me?
Thank you
Simone
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to install websocket on Windows 7 following your instructions.
After I installed windows build tools and node-gyp and run the websocket installation I get this error:
C:\Users\Simplo\node_modules\websocket>if not defined npm_config_node_gyp (node
"C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bi
n\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Progra
m Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Building the projects in this solution one at a time. To enable parallel build,
please add the "/m" switch.
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VC
Targets\Microsoft.CppCommon.targets(361,5): error MSB6006: "CL.exe" exited with
code -1073741701. [C:\Users\Simplo\node_modules\websocket\build\bufferutil.vcx
proj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VC
Targets\Microsoft.CppCommon.targets(361,5): error MSB6006: "CL.exe" exited with
code -1073741701. [C:\Users\Simplo\node_modules\websocket\build\validation.vcx
proj]
npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\Simplo\pack
age.json'
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\Simplo\package
.json'
npm WARN Simplo No description
npm WARN Simplo No repository field.
npm WARN Simplo No README data
npm WARN Simplo No license field.
updated 1 package and audited 234 packages in 5.123s
found 0 vulnerabilitieswebsocket
Can you please help me?
Thank you
Simone
The text was updated successfully, but these errors were encountered: