728x90
1. Remove your ~/.nvm, if you are worried about some crash or issue, Just move ~/.nvm ~/.nvm_bak
2. Install nvm with nvm-setup.exe(https://github.com/coreybutler/nvm-windows/releases)
3. And do same thing, installing new node version and use it in powershell.
4. Reload your git bash , you can see your node version changes with no performance issue.
이걸로 몇십분 시간을 보냈는데, github(https://github.com/microsoft/WSL/issues/776)에서 언급되는 솔루션은 다 lazy_loading(필요할때 로딩하는) 외에는 없었고, 사실 lazy_loading하는것도 느림;; 그리고 결정적으로 nvm이 로드 되어있지 않으면 node 버전이 제대로 출력이 안되서, 답답한 노릇~
결국 2번에서 언급한 깃헙 레포에 들어가서 기존 ~/.nvm폴더를 제거하고 window 버전으로 깔고 설치된 nvm으로 노드 버전을 설정해주면되고 gitbash는 알아서 반영됨~
728x90
'IT > Linux' 카테고리의 다른 글
wsl에서 apt update 에러가 날 때 (1) | 2024.10.11 |
---|---|
잘되던 putty ec2 접속이 안될때, Fatal Error No Supported Authentication Methods Available (0) | 2024.01.09 |
vscode ssh 접속 오류 could not establish connection to vscode (0) | 2021.11.18 |
Git branch master빼고 모두 삭제하는 방법. (0) | 2021.07.15 |
CI/CD를 위한 jenkins 세팅 및 에러. (0) | 2021.04.23 |