Skip to content

Instantly share code, notes, and snippets.

@pavelkucera
Created July 15, 2012 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavelkucera/e6e89f1dd7c6a06d997b to your computer and use it in GitHub Desktop.
Save pavelkucera/e6e89f1dd7c6a06d997b to your computer and use it in GitHub Desktop.
console log
c:\nodejs\Episodes>npm install jsdom
npm http GET https://registry.npmjs.org/jsdom
npm http 304 https://registry.npmjs.org/jsdom
npm http GET https://registry.npmjs.org/cssom
npm http GET https://registry.npmjs.org/htmlparser
npm http GET https://registry.npmjs.org/request
npm http GET https://registry.npmjs.org/contextify
npm http 304 https://registry.npmjs.org/cssom
npm http 304 https://registry.npmjs.org/contextify
npm http 304 https://registry.npmjs.org/request
npm http 304 https://registry.npmjs.org/htmlparser
> contextify@0.1.3 install c:\nodejs\Episodes\node_modules\jsdom\node_modules\co
ntextify
> node-gyp rebuild
c:\nodejs\Episodes\node_modules\jsdom\node_modules\contextify>node "C:\Program F
iles\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\n
ode-gyp.js" rebuild
contextify.cc
c:\users\pavel\.node-gyp\0.8.1\src\node_object_wrap.h(57): warning C4251: 'node
::ObjectWrap::handle_' : class 'v8::Persistent<T>' needs to have dll-interface
to be used by clients of class 'node::ObjectWrap' [c:\nodejs\Episodes\node_modu
les\jsdom\node_modules\contextify\build\contextify.vcxproj]
with
[
T=v8::Object
]
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xlocale(323): wa
rning C4530: C++ exception handler used, but unwind semantics are not enabled.
Specify /EHsc [c:\nodejs\Episodes\node_modules\jsdom\node_modules\contextify\bu
ild\contextify.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(99
0,5): warning MSB8012: TargetPath(c:\nodejs\Episodes\node_modules\jsdom\node_mo
dules\contextify\build\Release\contextify.dll) does not match the Linker's Outp
utFile property value (c:\nodejs\Episodes\node_modules\jsdom\node_modules\conte
xtify\build\Release\contextify.node). This may cause your project to build inco
rrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(
TargetExt) property values match the value specified in %(Link.OutputFile). [c:
\nodejs\Episodes\node_modules\jsdom\node_modules\contextify\build\contextify.vc
xproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(99
1,5): warning MSB8012: TargetExt(.dll) does not match the Linker's OutputFile p
roperty value (.node). This may cause your project to build incorrectly. To cor
rect this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) prop
erty values match the value specified in %(Link.OutputFile). [c:\nodejs\Episode
s\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
LINK : fatal error LNK1181: cannot open input file 'kernel32.lib' [c:\nodejs\Ep
isodes\node_modules\jsdom\node_modules\contextify\build\contextify.vcxproj]
gyp ERR! rebuild error Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msb
uild.exe` failed with exit code: 1
gyp ERR! rebuild error at ChildProcess.onExit (C:\Program Files\nodejs\node_
modules\npm\node_modules\node-gyp\lib\build.js:214:23)
gyp ERR! rebuild error at ChildProcess.EventEmitter.emit (events.js:91:17)
gyp ERR! rebuild error at Process._handle.onexit (child_process.js:674:10)
gyp ERR! not ok
npm WARN optional dep failed, continuing contextify@0.1.3
jsdom@0.2.15 node_modules\jsdom
├── cssom@0.2.5
├── request@2.9.203
└── htmlparser@1.7.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment