installing build tools is failing #1

Open
opened 7 years ago by karmoxie · 0 comments

C:\Users\judy\Documents\course-dev\nodecourse\Labs\Ch07-UsingExpress\Exercise14-Relations\End\code>npm install --global --production windows-build-tools

windows-build-tools@1.2.0 postinstall C:\Users\judy\AppData\Roaming\npm\node_modules\windows-build-tools
node ./lib/index.js

Downloading BuildTools_Full.exe
Downloading python-2.7.11.msi
[============================================>] 100.0% of 18.64 MB (1.36 MB/s)
Downloaded python-2.7.11.msi. Saved to C:\Users\judy.windows-build-tools\python-2.7.11.msi.
Starting installation...
Please restart this script from an administrative PowerShell!
The build tools cannot be installed without administrative rights.
To fix, right-click on PowerShell and run "as Administrator".
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "--global" "--production" "windows-build-tools"
npm ERR! node v6.9.5
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! windows-build-tools@1.2.0 postinstall: node ./lib/index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the windows-build-tools@1.2.0 postinstall script 'node ./lib/index.js'.
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 windows-build-tools package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./lib/index.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs windows-build-tools
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls windows-build-tools
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\judy\Documents\course-dev\nodecourse\Labs\Ch07-UsingExpress\Exercise14-Relations\End\code\npm-debug.log

C:\Users\judy\Documents\course-dev\nodecourse\Labs\Ch07-UsingExpress\Exercise14-Relations\End\code>npm install --global --production windows-build-tools > windows-build-tools@1.2.0 postinstall C:\Users\judy\AppData\Roaming\npm\node_modules\windows-build-tools > node ./lib/index.js Downloading BuildTools_Full.exe Downloading python-2.7.11.msi [============================================>] 100.0% of 18.64 MB (1.36 MB/s) Downloaded python-2.7.11.msi. Saved to C:\Users\judy\.windows-build-tools\python-2.7.11.msi. Starting installation... Please restart this script from an administrative PowerShell! The build tools cannot be installed without administrative rights. To fix, right-click on PowerShell and run "as Administrator". npm ERR! Windows_NT 10.0.14393 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--global" "--production" "windows-build-tools" npm ERR! node v6.9.5 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! windows-build-tools@1.2.0 postinstall: `node ./lib/index.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the windows-build-tools@1.2.0 postinstall script 'node ./lib/index.js'. 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 windows-build-tools package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node ./lib/index.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs windows-build-tools npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls windows-build-tools npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! C:\Users\judy\Documents\course-dev\nodecourse\Labs\Ch07-UsingExpress\Exercise14-Relations\End\code\npm-debug.log
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joepie91/why-is-npm-broken#1
Loading…
There is no content yet.