ErrLookup › coreybutler/nvm-windows
coreybutler/nvm-windows
A node.js version management utility for Windows. Ironically written in Go. · Go · 15 source files
Analyzed at 5b18223ca1 on 2026-08-15. 73 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| "%s" is not a valid CPU architecture. Must be 32, 64, or arm | validation | error | nvm-windows, cpu-architecture, input-validation, cli |
| A version argument is required but missing. | validation | error | nvm-windows, missing-argument, input-validation, cli |
| No versions of node.js found. Try installing the latest by t | validation | error | nvm-windows, no-installed-versions, alias, environment |
| Unrecognized version: "%s" | validation | error | nvm-windows, semver, version-resolution, cli |
| Error rolling back node v%s installation: %v. | exception | error | nvm-windows, filesystem, permissions, antivirus, rollback |
| Node.js v%s is only available in 32-bit and 64-bit. | exception | error | nvm-windows, arm64, version-availability, install |
| Version %s is not available. The complete list of available | exception | error | nvm-windows, version-availability, install, index-json |
| "%s" is not a valid version. Please use a valid semantic ver | validation | error | nvm-windows, version-validation, install, cli |
| Node.js v%s is not yet released or is not available for down | exception | error | nvm-windows, version-resolution, install, cache |
| Node.js v%s is only available in 32-bit. | exception | error | nvm-windows, cpu-architecture, version-availability, install |
| failed to download v%v arm 64-bit executable | exception | error | nvm-windows, network, download, arm64, install |
| Failed to extract npm. Could not find %s | exception | error | nvm-windows, npm, extraction, mirror, install |
| Unable to move directory %s to node_modules: %v | exception | error | nvm-windows, npm, filesystem, partial-install, permissions |
| Failed to extract npm: %v | exception | error | nvm-windows, npm, network, extraction, install |
| Could not download npm for node v%s. Please visit %s to down | exception | error | nvm-windows, npm, network, manual-recovery, install |
| node v%s (%v-bit) is not installed. | validation | error | nvm-windows, use, not-installed, cpu-architecture |
| Did you mean node v%s (%v-bit)? If so, type "nvm use %s %v" | validation | warning | nvm-windows, node, architecture, cli, version-management |
| Version not installed. Run "nvm ls" to see available version | validation | error | nvm-windows, node, version-management, cli |
| failed to elevate permissions to create symlink | exception | error | nvm-windows, symlink, uac, permissions, windows |
| NVM_SYMLINK is set to a physical file/directory at %s Please | validation | error | nvm-windows, symlink, validation, windows, configuration |
| fmt.Sprint(err) + ": " + stderr.String() | exception | error | nvm-windows, exec, process, stderr, wrapper |
| Invalid character(s) found in patch number %q | validation | error | semver, parsing, validation, nvm-windows |
| Patch number must not contain leading zeroes %q | validation | error | semver, parsing, validation, leading-zero |
| Invalid character(s) found in build meta data %q | validation | error | semver, parsing, build-metadata, validation |
| Numeric PreRelease version must not contain leading zeroes % | validation | error | semver, prerelease, validation, leading-zero |
| Invalid character(s) found in prerelease %q | validation | error | semver, prerelease, parsing, validation |
| scheduling error: invalid interval %q | exception | error | nvm-windows, scheduled-tasks, schtasks, validation, windows |
| scheduling error: %v | exception | error | nvm-windows, temp, filesystem, environment, scheduled-tasks |
| scheduling error: %v %s | exception | error | nvm-windows, schtasks, scheduled-tasks, windows, elevation |
| unscheduling error: %v | exception | error | nvm-windows, filesystem, antivirus, batch, scheduled-tasks |
| unscheduling error: %v %s | exception | warning | nvm-windows, schtasks, scheduled-tasks, windows, false-positive |
| error: failed to obtain update data: %v | exception | error | nvm-windows, network, update, github, proxy |
| error: failed to create temporary directory: %v | exception | error | |
| error: failed to download new version: %v | exception | error | network, upgrade, download, nvm-windows |
| error: failed to download checksum: %v | exception | error | network, upgrade, checksum, nvm-windows |
| Error computing checksum: %v | exception | error | filesystem, checksum, antivirus, upgrade |
| cannot validate update file (checksum mismatch) | exception | critical | integrity, checksum, network, upgrade |
| error: failed to download asset: %v | exception | error | network, upgrade, assets, nvm-windows |
| error: failed to create backup directory: %v | exception | error | filesystem, temp, upgrade, windows |
| error: failed to create backup: %v | exception | error | filesystem, backup, file-lock, upgrade |
| error: failed to copy update.exe: %v | exception | error | filesystem, upgrade, update-exe, windows |
| error: received status code %d | http | error | network, http, rate-limit, nvm-windows |
| error: reading response body: %v | http | warning | network, update-check, nvm-windows |
| error: parsing release: %v | http | error | json, parsing, network, update-check |
| failed to open source file: %v | exception | error | filesystem, file-lock, upgrade, windows |
| failed to create destination file: %v | exception | error | filesystem, file-lock, windows, upgrade |
| failed to copy file: %v | exception | error | filesystem, disk-full, antivirus, upgrade |
| failed to get source file info: %v | exception | warning | filesystem, race-condition, antivirus |
| failed to set file permissions: %v | exception | warning | filesystem, permissions, windows |
| failed to create destination directory %s: %v | exception | error | filesystem, permissions, upgrade, windows |
| error accessing %s: %v | exception | error | filesystem, walk, antivirus, upgrade |
| failed to get relative path for %s: %v | exception | error | filesystem, paths, windows, upgrade |
| failed to encode path: %w | exception | warning | windows-api, syscall, paths, encoding |
| failed to set hidden attribute: %w | exception | warning | windows, win32-api, filesystem, upgrade, file-attributes |
| failed to stat source: %w | exception | error | filesystem, rename, cross-volume, windows |
| failed to copy directory: %w | exception | error | filesystem, copy, directory, cross-volume, windows |
| failed to copy file: %w | exception | error | filesystem, copy, file, cross-volume, windows |
| failed to remove source: %w | exception | warning | filesystem, delete, cross-volume, windows, cleanup |
| failed to open source file: %w | exception | error | filesystem, file-open, copy, windows |
| failed to create destination directory: %w | exception | error | filesystem, mkdir, copy, windows, configuration |
| failed to create destination file: %w | exception | error | filesystem, file-create, copy, windows, disk-space |
| failed to copy data: %w | exception | error | filesystem, io, copy, disk-space, windows |
| failed to get source file info: %w | exception | warning | filesystem, stat, copy, race-condition, windows |
| failed to set permissions on destination file: %w | exception | warning | filesystem, chmod, copy, windows, file-permissions |
| failed to read source directory: %w | exception | error | filesystem, readdir, copy, directory, race-condition |
| failed to copy subdirectory: %w | exception | error | filesystem, copy, recursion, directory, long-path |
| Could not retrieve %v: %v | exception | error | network, http, dns, proxy, mirror |
| Error retrieving "%s": HTTP Status %v | http | error | network, http, status-code, mirror, cdn |
| error reading HTTP request body: %v | exception | error | network, http, io, connection-reset, timeout |
| illegal file path: %s | exception | critical | security, zipslip, archive, extraction, mirror, path-traversal |
| panic(err) | panic | critical | windows, logging, panic, permissions, installation |
| panic(ferr) | panic | error | go, panic, logging, filesystem, permissions |
| panic(err) | panic | error | go, panic, zip, file-descriptor, cleanup |