-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Odd behavior with nvm installed #194
Comments
Having the same issue 😢 |
Hmm, I just tried to repo, but unfortunately, I did not get the same issue I have an empty directory with $ nvm use
Found '/.../repos/Groups/Bash/autoenv/.hidden/dir/.nvmrc' with version <v16.0.0>
Now using node v16.0.0 (npm v7.10.0) Is anyone using nvm in a special way? I checked and it seemed that by default, it does not change the node verison when |
I'm having the same issue. I have nvm automatically loading the defined version of node in my .zshrc file set up. In my .env file of my project i also have
|
🪂 Chainlink $LINK Airdrop: How to Qualify for Chainlink $LINK Coin Airdrop?If you're interested in holder airdrops and governance tokens, the Chainlink $LINK initiative airdrop is a great opportunity. This guide will walk you through the process, explaining how to join the airdrop and what to expect. 🚀 Steps to Secure Your Chainlink $LINK Airdrop:
🌈 Bonus Tips for Chainlink $LINK Airdrop Success:
Feel free to share your Chainlink $LINK Airdrop experiences or ask any questions in the comments below. Let's make this process a breeze for everyone! Winners: @Valliebby, @hungdoansy, @olivermontes, @William3Johnson, @DeKaiju, @a1300, @pastak |
I am using the git version where #189 merged. And I am also using
nvm
with.nvrmc
in some folders with or without.env
in them.When I
cd
to a folder with.nvmrc
defined with a node version in it and it is different from the default version. I see the below outcome.Even though I receive the above error, nvm uses the correct version.
And no error reverting to old version when changing to parent folder.
The text was updated successfully, but these errors were encountered: