Created
October 18, 2016 03:08
NodeDash-JS Install Error
This file contains 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
I am on Windows 10 | |
I installed Python 2.7.12 from here: https://www.python.org/downloads/ | |
I installed NodeJS 4.6.0 from here: https://nodejs.org/en/ | |
ERROR | |
---------------------------------- | |
PS C:\Users\austenjt> cd .\NodeDash | |
PS C:\Users\austenjt\NodeDash> npm install -g dashing-js | |
npm WARN deprecated jade@0.35.0: Jade has been renamed to pug, please install the latest version of pug instead of jade | |
npm WARN deprecated tough-cookie@0.9.15: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 | |
npm WARN engine punycode@2.0.0: wanted: {"node":">=6"} (current: {"node":"4.6.0","npm":"2.15.9"}) | |
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer | |
npm WARN engine hawk@0.10.2: wanted: {"node":"0.8.x"} (current: {"node":"4.6.0","npm":"2.15.9"}) | |
npm WARN engine boom@0.3.8: wanted: {"node":"0.8.x"} (current: {"node":"4.6.0","npm":"2.15.9"}) | |
npm WARN engine hoek@0.7.6: wanted: {"node":"0.8.x"} (current: {"node":"4.6.0","npm":"2.15.9"}) | |
npm WARN engine sntp@0.1.4: wanted: {"node":"0.8.x"} (current: {"node":"4.6.0","npm":"2.15.9"}) | |
npm WARN engine cryptiles@0.1.3: wanted: {"node":"0.8.x"} (current: {"node":"4.6.0","npm":"2.15.9"}) | |
npm WARN excluding symbolic link test\fixtures\app\views\.#application.js.coffee.erb -> sam@pursuit.41266 | |
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade | |
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. | |
> node-sass@0.7.0 install C:\Users\austenjt\AppData\Roaming\npm\node_modules\dashing-js\node_modules\node-sass | |
> node build.js | |
(node) child_process: options.customFds option is deprecated. Use options.stdio instead. | |
C:\Users\austenjt\AppData\Roaming\npm\node_modules\dashing-js\node_modules\node-sass>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-g | |
yp\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. | |
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the componen | |
t to the system path if it is installed elsewhere. [C:\Users\austenjt\AppData\Roaming\npm\node_modules\dashing-js\node_modules\node-sass\build\binding.sln] | |
gyp ERR! build error | |
gyp ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit code: 1 | |
gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\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.14936 | |
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" | |
gyp ERR! cwd C:\Users\austenjt\AppData\Roaming\npm\node_modules\dashing-js\node_modules\node-sass | |
gyp ERR! node -v v4.6.0 | |
gyp ERR! node-gyp -v v3.4.0 | |
gyp ERR! not ok | |
Build failed | |
npm ERR! Windows_NT 10.0.14936 | |
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "dashing-js" | |
npm ERR! node v4.6.0 | |
npm ERR! npm v2.15.9 | |
npm ERR! code ELIFECYCLE | |
npm ERR! node-sass@0.7.0 install: `node build.js` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the node-sass@0.7.0 install script 'node build.js'. | |
npm ERR! This is most likely a problem with the node-sass package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node build.js | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs node-sass | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! | |
npm ERR! npm owner ls node-sass | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! C:\Users\austenjt\NodeDash\npm-debug.log | |
PS C:\Users\austenjt\NodeDash> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment