Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install on Windows with node 0.6.7 #159

Open
anandgeorge opened this issue Jan 13, 2012 · 11 comments
Open

Unable to install on Windows with node 0.6.7 #159

anandgeorge opened this issue Jan 13, 2012 · 11 comments

Comments

@anandgeorge
Copy link

Tried installing expresso on Windows XP with Node 0.6.7. Log says .. 'make' is not recognized as an internal or external command. Kindly advise.

@downey
Copy link

downey commented Feb 28, 2012

same here, windows 7, Node 6.11, npm 1.1.1, fails on "make deps/jscoverage/node-jscoverage"

@heycalmdown
Copy link

+1

@visionmedia Could you make the preinstall script as an optional?

@osher
Copy link

osher commented May 14, 2012

I'm using GOW, so I have make, but it fails on the ./configure

cd deps/jscoverage && ./configure && make && mv jscoverage node-jscoverage
C:\DOCUME~1\osher\LOCALS~1\Temp\make43282.sh: exec format error: .\configure [1]
make: *** [deps/jscoverage/node-jscoverage] Error 1
npm ERR! error installing [email protected]

trying to run it mannually fails as well

> sh configure

(terminates with the dialog that notes that sh.exe needs to be closed, offering to report an error)

@osher
Copy link

osher commented May 14, 2012

if the jscoverage gives you trouble, consider not supporting it on windows.
But I think that exposing _expresso_ on windows will only do god to the project, to the TDD and to the industry

@reconbot
Copy link

@osher agreed, I'd rather not have to install it on windows but I want to

@jonuday
Copy link

jonuday commented Jun 4, 2012

Also having an issue with installing.

npm ERR! Tell the author that this fails on your system:
npm ERR! make deps/jscoverage/node-jscoverage
npm ERR! System Windows_NT 6.1.7601
npm ERR! node -v v0.6.18
npm ERR! npm -v 1.1.21

@Siyfion
Copy link

Siyfion commented Jul 20, 2012

+1 for this, I'm getting the same thing here.

@ghost ghost assigned akluth Sep 26, 2012
@arcseldon
Copy link

Same problem. Using windows 7, node version 0.8.14, exresso version 0.9.2.

@ianaz
Copy link

ianaz commented Nov 5, 2012

Same here, Windows 7, node 0.8.2 expresso 0.9.2

@n074v41l4bl34u
Copy link

npm-debug.log:
9391 error [email protected] preinstall: make deps/jscoverage/node-jscoverage
9391 error cmd "/c" "make deps/jscoverage/node-jscoverage" failed with 1
9392 error Failed at the [email protected] preinstall script.
9392 error Tell the author that this fails on your system:
9392 error make deps/jscoverage/node-jscoverage
9393 error System Windows_NT 6.1.7601 64-bit

@AshutoshKumar
Copy link

same here,windows 7,node v0.6.17

'make' is not recognized as an internal or external command,
operable program or batch file.

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

No branches or pull requests