You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
Here is the output when attempting to install the latest contextify on Windows 7. There was no npm-debug.log file so there is no additional info I can provide. I got the same problem trying to install [email protected].
node-waf was unexpected at this time.
npm ERR! error installing [email protected]
npm ERR! [email protected] preinstall: node-waf clean || (exit 0); node-waf configure build
npm ERR! cmd "/c" "node-waf clean || (exit 0); node-waf configure build" failed with 1
npm ERR!
npm ERR! Failed at the [email protected] preinstall script.
npm ERR! This is most likely a problem with the contextify package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf clean || (exit 0); node-waf configure build
npm ERR! You can get their info via:
npm ERR! npm owner ls contextify
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" "contextify"
npm ERR! cwd D:
npm ERR! node -v v0.6.7
npm ERR! npm -v 1.1.0-beta-10
npm ERR! code ELIFECYCLE
npm ERR! message [email protected] preinstall: node-waf clean || (exit 0); node-waf configure build
npm ERR! message cmd "/c" "node-waf clean || (exit 0); node-waf configure build" failed with 1
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! D:\npm-debug.log
npm not ok
D:>npm ls
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url']
npm WARN [email protected] dependencies field should be hash of : pairs
The text was updated successfully, but these errors were encountered:
I was thinking the other day that maybe I can detect windows in a preinstall script and print a useful error message. I'll try to mess with that next week.
Here is the output when attempting to install the latest contextify on Windows 7. There was no npm-debug.log file so there is no additional info I can provide. I got the same problem trying to install [email protected].
node-waf was unexpected at this time.
npm ERR! error installing [email protected]
npm ERR! [email protected] preinstall:
node-waf clean || (exit 0); node-waf configure build
npm ERR!
cmd "/c" "node-waf clean || (exit 0); node-waf configure build"
failed with 1npm ERR!
npm ERR! Failed at the [email protected] preinstall script.
npm ERR! This is most likely a problem with the contextify package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf clean || (exit 0); node-waf configure build
npm ERR! You can get their info via:
npm ERR! npm owner ls contextify
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" "contextify"
npm ERR! cwd D:
npm ERR! node -v v0.6.7
npm ERR! npm -v 1.1.0-beta-10
npm ERR! code ELIFECYCLE
npm ERR! message [email protected] preinstall:
node-waf clean || (exit 0); node-waf configure build
npm ERR! message
cmd "/c" "node-waf clean || (exit 0); node-waf configure build"
failed with 1npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! D:\npm-debug.log
npm not ok
D:>npm ls
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url']
npm WARN [email protected] dependencies field should be hash of : pairs
The text was updated successfully, but these errors were encountered: