在 Windows 上安装 Node.JS 的问题
tar zxvf node<tab>
它将其解压缩到目录:node-v0.4.2 但是如果我安装了 python 我需要做什么?
我尝试输入:
make test
并收到错误消息:make:找不到命令
我将非常感谢任何帮助!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否安装了所有所需的软件包?再次运行setup.exe并检查。
Did you install all the required packages? Run setup.exe again and check.
我认为问题可能是需要配置Cygwin中的环境变量:
让 Make 与 Cygwin 完美结合
I think the issue might be that the environment variables in Cygwin need to be configured:
Getting Make to place nice with Cygwin