volta icon indicating copy to clipboard operation
volta copied to clipboard

Could not determine the name of the package just installed - with debug error

Open Relequestual opened this issue 10 months ago • 2 comments

Volta requested I provide the following content as an error report having enabled debug mode. I was trying to install the Bump CLI.

VOLTA_LOGLEVEL=debug
❯ npm install -g bump-cli
[verbose] Found default configuration at '/Users/relequestual/.volta/tools/user/platform.json'
[verbose] Acquiring lock on Volta directory: /Users/relequestual/.volta/volta.lock
[verbose] [email protected] has already been fetched, skipping download
[verbose] [email protected] has already been fetched, skipping download
npm warn skipping integrity check for git dependency https://[email protected]/OAI/OpenAPI-Specification.git

added 280 packages in 2s

55 packages are looking for funding
  run `npm fund` for details
[verbose] Unlocking Volta Directory
Volta error: Could not determine the name of the package that was just installed.

Please rerun the command that triggered this error with the environment
variable `VOLTA_LOGLEVEL` set to `debug` and open an issue at
https://github.com/volta-cli/volta/issues with the details!
[verbose] No custom hooks found

Hope that helps. Let me know if you need any further details.

Relequestual avatar Feb 07 '25 12:02 Relequestual

Same issue here

NayamAmarshe avatar Feb 16 '25 15:02 NayamAmarshe

yarn global add nrm
[verbose] Found default configuration at 'D:\soft-dev\env\volta-tools\tools\user\platform.json'
[verbose] Acquiring lock on Volta directory: D:\soft-dev\env\volta-tools\volta.lock
[verbose] [email protected] has already been fetched, skipping download
[verbose] [email protected] has already been fetched, skipping download
[verbose] [email protected] has already been fetched, skipping download
yarn global v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "[email protected]" with binaries:
      - nrm
Done in 0.24s.
[verbose] Unlocking Volta Directory
Volta error: Could not determine the name of the package that was just installed.

Please rerun the command that triggered this error with the environment
variable `VOLTA_LOGLEVEL` set to `debug` and open an issue at
https://github.com/volta-cli/volta/issues with the details!
[verbose] No custom hooks found

MiniOcean404 avatar Apr 16 '25 19:04 MiniOcean404