We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are no problems when installing using msi, everything works. Today I decided to reinstall nvs via Chocolatey to make it easier to update.
nvs
My steps:
choco install nvs
%LOCALAPPDATA%\nvs\
PATH
nvs --version
Helldar@HellPC MINGW64 /d/domains $ nvs --version bash: nvs: command not found
I'm working in the MINGW64 terminal that comes with git.
I just checked the command in cmd - it works there. But I almost never use it.
cmd
The text was updated successfully, but these errors were encountered:
And I just downloaded the msi file version 1.7.1 from the releases page - everything worked immediately.
Sorry, something went wrong.
No branches or pull requests
There are no problems when installing using msi, everything works. Today I decided to reinstall
nvs
via Chocolatey to make it easier to update.My steps:
nvs
using the uninstall utility.choco install nvs
.%LOCALAPPDATA%\nvs\
in thePATH
variable.nvs --version
into the console.I'm working in the MINGW64 terminal that comes with git.
I just checked the command in
cmd
- it works there. But I almost never use it.The text was updated successfully, but these errors were encountered: