0

I'm trying to install Node.JS on Windows 7 with help of this tutorial. I downloaded Cygwin, installed it. I have installed Python 2.7. After this i downloaded last version of Node.JS in tar.gz. Than I opened cygwin bash and typed this command there:

tar zxvf node<tab>

It unzipped it to directory: node-v0.4.2 But what i need to do if i have python installed?

I tried to type:

make test

and got error message: make: command not found

I will be very grateful for any help!

2 Answers 2

2

Did you install all the required packages? Run setup.exe again and check.

Sign up to request clarification or add additional context in comments.

Comments

0

I think the issue might be that the environment variables in Cygwin need to be configured:

Getting Make to place nice with Cygwin

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.