You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing nvm in a Msys2 environment, msys takes more than 10 seconds to start. After remove nvm from .bash_profile, Msys works again as expected. Fnm works without problems.
Try to install nvm with curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
Use pacman -S to install required packages.
Try again to install nvm.
Close Msys2 and open again a Msys2 command line. It takes a lot of seconds now.
Remove nvm from ~/.bash_profile
Close Msys2 and open again. Now Msys works correctly.
The text was updated successfully, but these errors were encountered:
After installing nvm in a Msys2 environment, msys takes more than 10 seconds to start. After remove nvm from .bash_profile, Msys works again as expected. Fnm works without problems.
How to reproduce:
Install Msys2 in windows https://www.msys2.org/wiki/MSYS2-installation/
Try to install nvm with
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
Use
pacman -S
to install required packages.Try again to install nvm.
Close Msys2 and open again a Msys2 command line. It takes a lot of seconds now.
Remove nvm from ~/.bash_profile
Close Msys2 and open again. Now Msys works correctly.
The text was updated successfully, but these errors were encountered: