dylang/npm-check

Volta.sh support

linux-china opened this issue ยท 0 comments

I use volta to manage Node.js versions and tools, and I use npm-check -g to check global outdated packages, and I got some warnings as following:

warning: Using the first of multiple paths specified in NODE_PATH
The global path you are searching is: /Users/xxxx/.volta/tools/shared
@swc/cli                           ๐Ÿ˜Ÿ  MISSING!  Not installed.
@types/eslint                      ๐Ÿ˜Ÿ  MISSING!  Not installed.

Is it directory symlink problem? Some packages under ~/.volta/tools/shared use symlink to connect with real paths. thanks.