简体   繁体   English

在Windows上安装Node.JS的问题

[英]Problem with installing Node.JS on Windows

I'm trying to install Node.JS on Windows 7 with help of this tutorial. 我正在尝试借助教程在Windows 7上安装Node.JS。 I downloaded Cygwin, installed it. 我下载了Cygwin,安装了它。 I have installed Python 2.7. 我已经安装了Python 2.7。 After this i downloaded last version of Node.JS in tar.gz. 在此之后,我在tar.gz中下载了最新版本的Node.JS. Than I opened cygwin bash and typed this command there: 比我打开cygwin bash并在那里输入这个命令:

tar zxvf node<tab>

It unzipped it to directory: node-v0.4.2 But what i need to do if i have python installed? 它将它解压缩到目录:node-v0.4.2但是如果我安装了python,我需要做什么?

I tried to type: 我试着输入:

make test

and got error message: make: command not found 并收到错误消息:make:command not found

I will be very grateful for any help! 我将非常感谢任何帮助!

Did you install all the required packages ? 你安装了所有必需的包吗? Run setup.exe again and check. 再次运行setup.exe并检查。

I think the issue might be that the environment variables in Cygwin need to be configured: 我认为问题可能是需要配置Cygwin中的环境变量:

Getting Make to place nice with Cygwin 让Make与Cygwin保持良好关系

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM