Skip to content

nvm: command not found #25344

Answered by BrightRan
Lidbetter asked this question in Actions
Discussion options

You must be logged in to vote

@lidbetter ,

The engineering team has fixed this issue.

I checked with the following scripts, and I can confirm the  nvm command can work fine on the GitHub-hosted runners now.

jobs:
  test:
    name: Test
    runs-on: ubuntu-latest
    steps:
      - name: check nvm location
        shell: bash -l -eo pipefail {0}
        run: echo $NVM_DIR
  - name: test nvm command
    shell: bash -l -eo pipefail {0}
    run: nvm ls

Could you please also check this on your side? Any progress, feel free to tell us.

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment