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
C:\Users\xxx\Downloads\milani-appjs-8660a8a>node-gyp rebuild
info it worked if it ends with ok
spawn python [ 'C:\Users\xxx.node-gyp\0.6.16\tools\gyp_addon',
'binding.gyp',
'-IC:\Users\xxx\Downloads\milani-appjs-8660a8a\build\config.gypi
',
'-f',
'msvs',
'-G',
'msvs_version=2010' ]
File "C:\Users\xxx.node-gyp\0.6.16\tools\gyp_addon", line 40
print 'Error running GYP'
^
SyntaxError: invalid syntax
ERR! Error: gyp_addon failed with exit code: 1
at ChildProcess.onCpExit (C:\Users\xxx\AppData\Roaming\npm\node_modu
les\node-gyp\lib\configure.js:228:16)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:362:16)
at Process.onexit (child_process.js:398:5)
ERR! not ok
The text was updated successfully, but these errors were encountered:
C:\Users\John\projects\node-sync\node_modules\hook.io\node_modules\weak\build\w
eakref.vcxproj(1,682): error MSB4019: The imported project "C:\Microsoft.Cpp.De
fault.props" was not found. Confirm that the path in the <Import> declaration i
s correct, and that the file exists on disk.
ERR! Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed w
ith exit code: 1
at ChildProcess.onExit (C:\Program Files (x86)\nodejs\node_modules\npm\node_
modules\node-gyp\lib\build.js:209:23)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:362:16)
at Process.onexit (child_process.js:398:5)
ERR! not ok
As far as I can tell, this is originating from node-gyp as a result of an attempted install of node-weak on Windows 7.
using it with appjs, I got this error:
C:\Users\xxx\Downloads\milani-appjs-8660a8a>node-gyp rebuild
info it worked if it ends with ok
spawn python [ 'C:\Users\xxx.node-gyp\0.6.16\tools\gyp_addon',
'binding.gyp',
'-IC:\Users\xxx\Downloads\milani-appjs-8660a8a\build\config.gypi
',
'-f',
'msvs',
'-G',
'msvs_version=2010' ]
File "C:\Users\xxx.node-gyp\0.6.16\tools\gyp_addon", line 40
print 'Error running GYP'
^
SyntaxError: invalid syntax
ERR! Error:
gyp_addon
failed with exit code: 1at ChildProcess.onCpExit (C:\Users\xxx\AppData\Roaming\npm\node_modu
les\node-gyp\lib\configure.js:228:16)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:362:16)
at Process.onexit (child_process.js:398:5)
ERR! not ok
The text was updated successfully, but these errors were encountered: