after trying to load the node with such a command

$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash 

I get such errors

  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 13226 100 13226 0 0 68528 0 --:--:-- --:--:-- --:--:-- 68528 => nvm is already installed in /c/Users/yuri/.nvm, trying to update using git => error: unable to create file test/fast/Aliases/"nvm alias" should not accept aliases with slashes: Invalid argument error: unable to create file test/fast/Aliases/"nvm unalias" should not accept aliases with slashes: Invalid argument error: unable to create file test/fast/Aliases/Running "nvm alias <aliasname> <target>" again should change the target: Invalid argument error: unable to create file test/fast/Aliases/Running "nvm alias <aliasname>" should list but one alias.: Invalid argument error: unable to create file test/fast/Aliases/Running "nvm alias" lists implicit aliases when they do not exist: Invalid argument error: unable to create file test/fast/Aliases/Running "nvm alias" lists manual aliases instead of implicit aliases when present: Invalid argument error: unable to create file test/fast/Aliases/Running "nvm alias" should list all aliases.: Invalid argument error: unable to create file test/fast/Aliases/lts/"nvm alias" should ensure LTS alias dir exists: Invalid argument error: unable to create file test/fast/Listing paths/Running "nvm which 0.0.2" should display only version 0.0.2.: Invalid argument error: unable to create file test/fast/Listing paths/Running "nvm which foo" should return a nonzero exit code when not found: Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls 0.0.2" should display only version 0.0.2.: Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls 0.2" should display only 0.2.x versions.: Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls foo" should return a nonzero exit code when not found: Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls io" should return NA: Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls node_" should return a nonzero exit code when not found: Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls stable" and "nvm ls unstable" should return the appropriate implicit alias: Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls system" should include "system" when appropriate: Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls" should display all installed versions.: Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls" should filter out ".nvm": Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls" should filter out "versions": Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls" should include "system" when appropriate: Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls" should list versions in the "versions" directory: Invalid argument error: unable to create file test/fast/Listing versions/Running "nvm ls" with node-like versioning vx.xx should only list a matched version: Invalid argument error: unable to create file test/fast/Running "nvm alias" should create a file in the alias directory.: Invalid argument error: unable to create file test/fast/Running "nvm current" should display current nvm environment.: Invalid argument error: unable to create file test/fast/Running "nvm deactivate" should unset the nvm environment variables.: Invalid argument error: unable to create file test/fast/Running "nvm install" with "--reinstall-packages-from" requires a valid version: Invalid argument error: unable to create file test/fast/Running "nvm install" with an invalid version fails nicely: Invalid argument error: unable to create file test/fast/Running "nvm unalias" should remove the alias file.: Invalid argument error: unable to create file test/fast/Running "nvm uninstall" should remove the appropriate directory.: Invalid argument error: unable to create file test/fast/Running "nvm uninstall" with incorrect file permissions fails nicely: Invalid argument error: unable to create file test/fast/Running "nvm unload" should unset all function and variables.: Invalid argument error: unable to create file test/fast/Running "nvm use foo" where "foo" is circular aborts: Invalid argument error: unable to create file test/fast/Running "nvm use iojs" uses latest io.js version: Invalid argument error: unable to create file test/fast/Running "nvm use system" should work as expected: Invalid argument error: unable to create file test/fast/Running "nvm use x" should create and change the "current" symlink: Invalid argument error: unable to create file test/fast/Running "nvm use x" should not create the "current" symlink if $NVM_SYMLINK_CURRENT is false: Invalid argument error: unable to create file test/fast/Running "nvm use" should drop CR char automatically.: Invalid argument error: unable to create file test/slow/Running "nvm current" should display current nvm environment.: Invalid argument error: unable to create file test/slow/nvm exec/Preamble works and respects "silent" flag: Invalid argument error: unable to create file test/slow/nvm exec/Running "nvm exec --lts" should work: Invalid argument error: unable to create file test/slow/nvm exec/Running "nvm exec 0.x" should work: Invalid argument error: unable to create file test/slow/nvm exec/Running "nvm exec" should pick up .nvmrc version: Invalid argument error: unable to create file test/slow/nvm reinstall-packages/Running "nvm copy-packages $(nvm ls current)" should error out: Invalid argument error: unable to create file test/slow/nvm run/Running "nvm run --harmony --version" should work: Invalid argument error: unable to create file test/slow/nvm run/Running "nvm run --lts" should work: Invalid argument error: unable to create file test/slow/nvm run/Running "nvm run 0.x" should error out sensibly when 0.x is not installed: Invalid argument error: unable to create file test/slow/nvm run/Running "nvm run 0.x" should work: Invalid argument error: unable to create file test/slow/nvm run/Running "nvm run" should pick up .nvmrc version: Invalid argument error: unable to create file test/slow/nvm uninstall/Running "nvm uninstall 0.12.6" uninstalls v0.12.6: Invalid argument error: unable to create file test/slow/nvm uninstall/Running "nvm uninstall" with incorrect file permissions fails nicely: Invalid argument error: unable to create file test/slow/nvm use/Running "nvm use --lts" uses latest LTS version: Invalid argument error: unable to create file test/slow/nvm use/Running "nvm use --lts=foo" uses latest "foo" LTS version: Invalid argument error: unable to create file test/slow/nvm use/Running "nvm use iojs" uses latest io.js version: Invalid argument error: unable to create file test/slow/nvm use/Running "nvm use node" uses latest stable node version: Invalid argument error: unable to create file test/slow/nvm use/Running "nvm use v1.0.0" uses iojs-v1.0.0 iojs version: Invalid argument error: unable to create file test/slow/nvm use/Running "nvm use" calls "nvm_die_on_prefix": Invalid argument => Compressing and cleaning up git repository => Profile not found. Tried ~/.bashrc, ~/.bash_profile, ~/.zshrc, and ~/.profile. => Create one of them and run this script again OR => Append the following lines to the correct file yourself: export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm => Close and reopen your terminal to start using nvm or run the following to use it now: export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm 

    0