Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Can't install on Windows #70

Open
StarpTech opened this issue Apr 23, 2016 · 1 comment
Open

Can't install on Windows #70

StarpTech opened this issue Apr 23, 2016 · 1 comment

Comments

@StarpTech
Copy link

StarpTech commented Apr 23, 2016

Node: 4.2.1
Windows: 10
Visual Studio: 2013 and 2015 installed, Build Tools installed.
Python: 2.7
NPM: 3.8.0
Node-gyp: 3.3.1

I tried any options which are assoicated with the build process :/

npm-debug

713 silly rollbackFailedOptional Starting
714 silly rollbackFailedOptional Finishing
715 silly runTopLevelLifecycles Starting
716 silly runTopLevelLifecycles Finishing
717 silly install printInstalled
718 verbose stack Error: [email protected] install: `node-gyp rebuild`
718 verbose stack Exit status 1
718 verbose stack     at EventEmitter.<anonymous> (C:\Users\dustin\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:239:16)
718 verbose stack     at emitTwo (events.js:87:13)
718 verbose stack     at EventEmitter.emit (events.js:172:7)
718 verbose stack     at ChildProcess.<anonymous> (C:\Users\dustin\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:24:14)
718 verbose stack     at emitTwo (events.js:87:13)
718 verbose stack     at ChildProcess.emit (events.js:172:7)
718 verbose stack     at maybeClose (internal/child_process.js:818:16)
718 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
719 verbose pkgid [email protected]
720 verbose cwd E:\Repositorys\RexPro-POC
721 error Windows_NT 10.0.10240
722 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\dustin\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "msgpack"
723 error node v4.2.1
724 error npm  v3.8.0
725 error code ELIFECYCLE
726 error [email protected] install: `node-gyp rebuild`
726 error Exit status 1
727 error Failed at the [email protected] install script 'node-gyp rebuild'.
727 error Make sure you have the latest version of node.js and npm installed.
727 error If you do, this is most likely a problem with the msgpack package,
727 error not with npm itself.
727 error Tell the author that this fails on your system:
727 error     node-gyp rebuild
727 error You can get information on how to open an issue for this project with:
727 error     npm bugs msgpack
727 error Or if that isn't available, you can get their info via:
727 error     npm owner ls msgpack
727 error There is likely additional logging output above.
728 verbose exit [ 1, true ]

Console

> node-gyp rebuild


E:\Repositorys\RexPro-POC\node_modules\msgpack>if not defined npm_config_node_gyp (node "C:\Users\dustin\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets(44,5): error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') cannot  be found. To build using the v120 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install v120 to bu ild using the v120 build tools. [E:\Repositorys\RexPro-POC\node_modules\msgpack\build\deps\msgpack\libmsgpack.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `msbuild` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\dustin\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack     at emitTwo (events.js:87:13)
gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Windows_NT 10.0.10240
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\dustin\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" gyp ERR! cwd E:\Repositorys\RexPro-POC\node_modules\msgpack
gyp ERR! node -v v4.2.1
gyp ERR! node-gyp -v v3.3.0
gyp ERR! not ok
@starptech/[email protected] E:\Repositorys\RexPro-POC
`-- [email protected]  extraneous

npm ERR! Windows_NT 10.0.10240
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\dustin\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "msgpack"
npm ERR! node v4.2.1
npm ERR! npm  v3.8.0
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the msgpack package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs msgpack
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls msgpack
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     E:\Repositorys\RexPro-POC\npm-debug.log
@sminodonte
Copy link

same problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants