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
{{ message }}
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.
Enter a directory with the executable file (for example, npm.cmd). After that, in PowerShell:
PS> npm.cmd
Command 'npm.cmd' cannot be found. # And here goes the suggestion about calling it as .\npm.cmd
PS> .\npm.cmd # or ./npm.cmd
# Command executes
Enter a directory with the executable file (for example,
npm.cmd
). After that, in PowerShell:In Pash:
The exception generated at
Pash\Source\System.Management\Pash\Implementation\CommandManager.cs:125
.Please note that we have an ignored test for a valid behavior.
The text was updated successfully, but these errors were encountered: