You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing on a fresh Windows 11 via Windows Installer I installed a single node version globally. During standard development work I ran Run Get-NetTCPConnection and got the following error. I am not corey.
Note the path for start-process below.
`Start-Process : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1
I expected Get-NetTCPConnection to run. I did not expect it to start from C:\Users\corey. I am not corey.
Version
1.2.0 or newer (Default)
Which version of Windows?
Windows 11+ (Default)
Which locale?
English (Default)
Which shell are you running NVM4W in?
PowerShell
User Permissions?
Administrative Privileges, Elevated
Is Developer Mode enabled?
None
Relevant log/console output
PS C:\Users\ShaunFarrugia> Run Get-Variable
Start-Process : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1
+ Start-Process -Filepath 'C:\Users\corey\OneDrive\Documents\workspace\ ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
Debug Output
nvm debug
`Running NVM for Windows with administrator privileges.Windows Version: 10.0 (Build 26100)NVM4W Version: 1.2.2NVM4W Author Bridge: 1.0.1NVM4W Path: C:\Users\ShaunFarrugia\AppData\Local\nvm\nvm.exeNVM4W Settings: C:\Users\ShaunFarrugia\AppData\Local\nvm\settings.txtNVM_HOME: C:\Users\ShaunFarrugia\AppData\Local\nvmNVM_SYMLINK: C:\nvm4w\nodejsNode Installations: C:\Users\ShaunFarrugia\AppData\Local\nvmDefault Architecture: 64-bitMirrors: No mirrors configuredHTTP Proxy: noneTotal Node.js Versions: 1Active Node.js Version: v22.15.0IPv6 is enabled. This has been known to slow downloads significantly.No problems detected.⚠️ NVM for Windows will eventually be succeeded by Author/Runtime`
Anything else?
Let me know if you need anything else on this.
The text was updated successfully, but these errors were encountered:
What happened?
After installing on a fresh Windows 11 via Windows Installer I installed a single node version globally. During standard development work I ran Run Get-NetTCPConnection and got the following error. I am not corey.
Note the path for start-process below.
`Start-Process : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1
What did you expect to happen?
I expected Get-NetTCPConnection to run. I did not expect it to start from C:\Users\corey. I am not corey.
Version
1.2.0 or newer (Default)
Which version of Windows?
Windows 11+ (Default)
Which locale?
English (Default)
Which shell are you running NVM4W in?
PowerShell
User Permissions?
Administrative Privileges, Elevated
Is Developer Mode enabled?
None
Relevant log/console output
Debug Output
Anything else?
Let me know if you need anything else on this.
The text was updated successfully, but these errors were encountered: