简体   繁体   English

无法在Windows 7上配置Node.js

[英]Can't configure node.js on windows 7

I have problem with configuring NODE.JS. 我在配置NODE.JS时遇到问题。 I was trying to install node.js with this tutorial, but when i typed: 我试图在教程中安装node.js,但是当我输入以下内容时:

./configure 。/配置

I got error: 我收到错误消息: 屏幕

I will be very thankful for any help! 我将非常感谢您的帮助!

The unable to remap error you've encounted is often an indication that you need to run the rebaseall program. 您遇到的无法重新映射错误通常表示您需要运行rebaseall程序。 Rerun the setup file you used to install the your cygwin environment, then run rebaseall -v and that should fix it. 重新运行用于安装cygwin环境的安装文件,然后运行rebaseall -v ,这应该可以解决该问题。 You'll need to make sure that no cygwin programs are running when you run rebaseall . 运行rebaseall时,您需要确保没有cygwin程序正在运行。

There is a lot of confusion about running rebaseall. 关于运行rebaseall有很多困惑。 Step 1 is to close all Cygwin applications. 步骤1是关闭所有Cygwin应用程序。 Step 2 is to use Windows explorer to open C:\\cygwin\\bin\\ and double click on ash.exe. 步骤2是使用Windows资源管理器打开C:\\ cygwin \\ bin \\,然后双击ash.exe。 This opens a shell prompt that can be used to run rebaseall. 这将打开可用于运行rebaseall的shell提示。

As an alternative you can use the mingw version. 或者,您可以使用mingw版本。 I already built v0.4.2 and left it here: node-v0.4.2-win32.7z . 我已经构建了v0.4.2并将其留在这里: node-v0.4.2-win32.7z It works on windows 7. 它适用于Windows 7。

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

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