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
Could not locate the package '..\color-console\'
Please ensure it is available by running `npm link` in its source directory.
Error details written to C:\Users\dev-e\AppData\Local\Volta\log\volta-error-2024-12-18_14_11_43.224.log
I ensure my package is avaliable. and use pnpm can link success.
but can't pnpm link -g
with logger, I think get package.json is failed: "from C:\Users\dev-e\AppData\Local\Volta\tools\user\packages..\color-console.json"
path should be "........\package.json"
loggers
"C:\\Program Files\\Volta\\npm.exe" "link" "..\\color-console\\"
Volta v2.0.2
Could not locate the package '..\color-console\'
Please ensure it is available by running `npm link` in its source directory.
Error cause: Could not read package configuration file
from C:\Users\dev-e\AppData\Local\Volta\tools\user\packages\..\color-console\.json
Please ensure you have correct permissions to the Volta directory.
Error cause: 系统找不到指定的路径。 (os error 3)
The text was updated successfully, but these errors were encountered:
env
version
Volta v2.0.2
npm v10.9.2
node v23.4.0
paltform
windows 11
desc
when I use
npm link ../<some package>
, error :I ensure my package is avaliable. and use pnpm can link success.
but can't
pnpm link -g
with logger, I think get package.json is failed: "from C:\Users\dev-e\AppData\Local\Volta\tools\user\packages..\color-console.json"
path should be "........\package.json"
loggers
The text was updated successfully, but these errors were encountered: