Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Cannot use .nvmrc #2794

Open
atharva-upadhye opened this issue Apr 19, 2024 · 1 comment · May be fixed by #2795
Open

[BUG] - Cannot use .nvmrc #2794

atharva-upadhye opened this issue Apr 19, 2024 · 1 comment · May be fixed by #2795

Comments

@atharva-upadhye
Copy link

atharva-upadhye commented Apr 19, 2024

NextUI Version

2

Describe the bug

When executing the command nvm use before installing project dependencies, nvm is unable to switch to the recommended version of node.

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

  1. Clone the repository
  2. Execute command nvm install. (nvm must be installed on your system)
  3. See error

Expected behavior

As a use I expected to get output as:

Found 'PATH_TO_CLONED_REPO_DIRECTORY/.nvmrc' with version <16.*>
Downloading and installing node v16.20.2...
Local cache found: ${NVM_DIR}/.cache/bin/node-v16.20.2-linux-x64/node-v16.20.2-linux-x64.tar.xz
Checksums match! Using existing downloaded archive ${NVM_DIR}/.cache/bin/node-v16.20.2-linux-x64/node-v16.20.2-linux-x64.tar.xz
Now using node v16.20.2 (npm v8.19.4)

But I am seeing:

Found 'PATH_TO_CLONED_REPO_DIRECTORY/.nvmrc' with version <16.x>
Version '16.x' not found - try `nvm ls-remote` to browse available versions.

Screenshots or Videos

No response

Operating System Version

  • OS: Linux

Browser

Other (add additonal context)

Copy link

linear bot commented Apr 19, 2024

atharva-upadhye added a commit to atharva-upadhye/nextui that referenced this issue Apr 19, 2024
@atharva-upadhye atharva-upadhye linked a pull request Apr 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant