Search code examples
pythonwindowsnode.jscygwin

Can't configure node.js on windows 7


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!


Solution

  • 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.