Skip to content

npm with "nodejs system" warns about "No version is set" #435

Description

@sschulze

When I configure nodejs to "system" (nodejs 25.9.0 via homebrew) and call npm I get a warning about No version is set for nodejs:

> /opt/homebrew/bin/node -v
v25.9.0

> /opt/homebrew/bin/npm -v
11.12.1

> ~/.asdf/installs/nodejs/20.11.1/bin/npm -v
10.2.4

> asdf list nodejs
 *20.11.1

> asdf set -u nodejs 20.11.1
> npm -v
10.2.4

> asdf set -u nodejs system
> npm -v
No version is set for nodejs; please run `asdf set [options] nodejs <version>`
11.12.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions