在 Windows 上安装 Node.JS 的问题

发布于 2024-10-20 17:24:23 字数 444 浏览 1 评论 0原文

我正在尝试在 this< 的帮助下在 Windows 7 上安装 Node.JS /a> 教程。 我下载了 Cygwin,安装了它。我已经安装了Python 2.7。 之后我在 tar.gz 中下载了最新版本的 Node.JS。然后我打开 cygwin bash 并在那里输入以下命令:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

泪之魂 2024-10-27 17:24:23

您是否安装了所有所需的软件包?再次运行setup.exe并检查。

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

烟酒忠诚 2024-10-27 17:24:23

我认为问题可能是需要配置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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文