无法在 Windows 7 上配置 Node.js
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:
I will be very thankful for any help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您遇到的无法重新映射错误通常表明您需要运行
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 runrebaseall -v
and that should fix it. You'll need to make sure that no cygwin programs are running when you runrebaseall
.关于运行 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.
作为替代方案,您可以使用 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.