Created
May 31, 2012 15:49
-
-
Save cranic/2844316 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\MyUser\Desktop\appjs>npm install appjs | |
npm http GET https://registry.npmjs.org/appjs | |
npm http 304 https://registry.npmjs.org/appjs | |
npm http GET https://registry.npmjs.org/mime/1.2.5 | |
npm http GET https://registry.npmjs.org/tar | |
npm http GET https://registry.npmjs.org/request | |
npm http 304 https://registry.npmjs.org/mime/1.2.5 | |
npm http 304 https://registry.npmjs.org/tar | |
npm http 304 https://registry.npmjs.org/request | |
npm http GET https://registry.npmjs.org/fstream | |
npm http GET https://registry.npmjs.org/inherits | |
npm http GET https://registry.npmjs.org/block-stream | |
npm http 304 https://registry.npmjs.org/inherits | |
npm http 304 https://registry.npmjs.org/block-stream | |
npm http 304 https://registry.npmjs.org/fstream | |
npm http GET https://registry.npmjs.org/mkdirp | |
npm http GET https://registry.npmjs.org/graceful-fs | |
npm http GET https://registry.npmjs.org/rimraf | |
npm http 304 https://registry.npmjs.org/mkdirp | |
npm http 304 https://registry.npmjs.org/rimraf | |
npm http 304 https://registry.npmjs.org/graceful-fs | |
> [email protected] install C:\Users\MyUser\Desktop\appjs\node_modules\appjs | |
> node cli/configure.js && node-gyp rebuild | |
info: Downloading cef tarball for win32-x64... | |
info: Done! | |
C:\Users\MyUser\Desktop\appjs\node_modules\appjs>node "C:\Program Files (x86)\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild | |
info it worked if it ends with ok | |
spawn C:\Python27\python.exe [ 'C:\\Users\\MyUser\\.node-gyp\\0.6.18\\tools\\gyp_addon', | |
'binding.gyp', | |
'-IC:\\Users\\MyUser\\Desktop\\appjs\\node_modules\\appjs\\build\\config.gypi', | |
'-f', | |
'msvs', | |
'-G', | |
'msvs_version=2010' ] | |
spawn C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe [ 'build/binding.sln', | |
'/clp:Verbosity=minimal', | |
'/nologo', | |
'/p:Configuration=Release;Platform=x64' ] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.Cpp.InvalidPlatform | |
.Targets(23,7): error MSB8007: The Platform for project 'libcef_dll_wrapper.vcx | |
proj' is invalid. Platform='x64'. You may be seeing this message because you a | |
re trying to build a project without a solution file, and have specified a non- | |
default Platform that doesn't exist for this project. [C:\Users\Alan Hoffmeiste | |
r\Desktop\appjs\node_modules\appjs\deps\cef\libcef_dll_wrapper.vcxproj] | |
ERR! Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with 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 | |
npm ERR! [email protected] install: `node cli/configure.js && node-gyp rebuild` | |
npm ERR! `cmd "/c" "node cli/configure.js && node-gyp rebuild"` failed with 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script. | |
npm ERR! This is most likely a problem with the appjs package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node cli/configure.js && node-gyp rebuild | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls appjs | |
npm ERR! There is likely additional logging output above. | |
npm ERR! | |
npm ERR! System Windows_NT 6.1.7601 | |
npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "appjs" | |
npm ERR! cwd C:\Users\MyUser\Desktop\appjs | |
npm ERR! node -v v0.6.18 | |
npm ERR! npm -v 1.1.21 | |
npm ERR! code ELIFECYCLE | |
npm ERR! message [email protected] install: `node cli/configure.js && node-gyp rebuild` | |
npm ERR! message `cmd "/c" "node cli/configure.js && node-gyp rebuild"` failed with 1 | |
npm ERR! errno {} | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! C:\Users\MyUser\Desktop\appjs\npm-debug.log | |
npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment