无法在 Windows 7 上配置 Node.js

发布于 2024-10-21 00:13:48 字数 305 浏览 1 评论 0原文

我在配置 NODE.JS 时遇到问题。我试图使用 安装node.js这个教程,但是当我输入:

./配置

我收到错误: screen

我将非常感谢您的帮助!

I have problem with configuring NODE.JS. I was trying to install node.js with this tutorial, but when i typed:

./configure

I got error:
screen

I will be very thankful for any help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

姜生凉生 2024-10-28 00:13:48

您遇到的无法重新映射错误通常表明您需要运行 rebaseall 程序。重新运行用于安装 cygwin 环境的安装文件,然后运行 ​​rebaseall -v 即可修复该问题。您需要确保运行 rebaseall 时没有运行 cygwin 程序。

The unable to remap error you've encounted is often an indication that you need to run the rebaseall program. Rerun the setup file you used to install the your cygwin environment, then run rebaseall -v and that should fix it. You'll need to make sure that no cygwin programs are running when you run rebaseall.

堇色安年 2024-10-28 00:13:48

关于运行 rebaseall 有很多困惑。步骤 1 是关闭所有 Cygwin 应用程序。步骤 2 使用 Windows 资源管理器打开 C:\cygwin\bin\ 并双击 ash.exe。这将打开一个 shell 提示符,可用于运行 rebaseall。

There is a lot of confusion about running rebaseall. Step 1 is to close all Cygwin applications. Step 2 is to use Windows explorer to open C:\cygwin\bin\ and double click on ash.exe. This opens a shell prompt that can be used to run rebaseall.

烟若柳尘 2024-10-28 00:13:48

作为替代方案,您可以使用 mingw 版本。我已经构建了 v0.4.2 并将其留在这里: node-v0.4.2- win32.7z。它适用于 Windows 7。

As an alternative you can use the mingw version. I already built v0.4.2 and left it here: node-v0.4.2-win32.7z. It works on windows 7.

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