Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it supposed to open multiple windows? #4

Closed
vkbansal opened this issue Sep 25, 2014 · 14 comments
Closed

Is it supposed to open multiple windows? #4

vkbansal opened this issue Sep 25, 2014 · 14 comments

Comments

@vkbansal
Copy link

Is nvm supposed to run in separate window when a command is typed?

02

@coreybutler
Copy link
Owner

There shouldn't be a second window... let me know more about your environment. At the moment, I have no idea how to recreate the issue.

@vkbansal
Copy link
Author

I'm using Windows 8.1 update 1 build 9600.winblue_gdr.140723-2018

@coreybutler
Copy link
Owner

I am a little suspicious that this might be related to issue #3. The node executable is actually run once to determine which version is currently installed, and if there is an existing installation of node in your PATH, it could be causing this weird situation.

I'm going to put together a couple of changes for a patch release to either bypass this or at least warn about what's going on. I'll let you know when that's done.

@vkbansal
Copy link
Author

That would be great 👍

@coreybutler
Copy link
Owner

I still can't recreate this issue, but the new installer prevents conflict with a previously installed node.js. Let me know if that resolves this issue (no rush).

@vkbansal
Copy link
Author

Solved by 414a519

@vkbansal
Copy link
Author

This issue has re-appeared in v1.0.5

@vkbansal vkbansal reopened this Oct 16, 2014
@coreybutler
Copy link
Owner

Is there anything special about your system? I cannot recreate this, and I haven't had any other mention of this issue.

@vkbansal
Copy link
Author

Nothing special :).
I too am amazed. I tested it on 2 machines.

  1. A Dell Windows Laptop at work.
  2. A Custom Built PC at home.

It just shows up on the laptop but works fine on PC

@coreybutler
Copy link
Owner

Are you on an Active Directory network at work? It seems unlikely, but it is possible to configure some elements of the command prompt from an Active Directory group policy. It could be forcing subroutines/clients to open in a new window.... but I have never actually seen that implemented in any group policies. When you install a new version of node, nvm opens an HTTP client that fetches the file from nodejs.org. Group policies that affect Internet Explorer can intercept this traffic and spawn a new process.... but again, I don't think I've ever seen that in practice.

@vkbansal
Copy link
Author

May be. I'll examine it and let you know

@vkbansal
Copy link
Author

Just checked. I think I'm not connected to any ADN at work.
Can it be due to TortiseSVN or WinSCP?

@coreybutler
Copy link
Owner

I don't know - I haven't used either of those in several years. If they set any kind of defaults for the terminal or wrap the terminal (i.e. similar to the git bash prompt or cygwin), then it's possible.

@vkbansal
Copy link
Author

Okay. I'm closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants