에러 내용
copying : node/16.16.0
installed : v16.16.0 (with npm 8.11.0)
Note: the node command changed location and the old location may be remembered in your current shell.
old : /usr/bin/node
new : /usr/local/bin/node
If "node --version" shows the old version then start a new shell, or reset the location hash with:
hash -r (for bash, zsh, ash, dash, and ksh)
rehash (for csh and tcsh)
n stable로 노드 업데이트 이후에도 node --version 시 구버전이 나옵니다.
에러 원인
n stable의 출력에 나와있듯이 아직 현재 shell이 구버전의 설정을 기억하고 있기때문입니다.
해결 방법
1. 새로운 셀을 엽니다.
또는
hash -r
위 명령어를 통해 현재 shell이 기억하고 있는 (구버전 설정) 기억을 지웁니다.
참고 자료
n stable 시 출력
'개발 > 에러해결' 카테고리의 다른 글
export 'Switch' (imported as 'Switch') was not found in 'react-router-dom' (0) | 2022.10.22 |
---|---|
docker-compose 시 exited with code 0 또는 무한 재시작 (0) | 2022.10.22 |
Error: Cannot find module 'semver' (0) | 2022.10.22 |
docker-compose up 명령 시 ~service 'app' must be a mapping not a string. (0) | 2022.10.22 |
Dockerfile build 시 timezone 해결법 (0) | 2022.10.21 |
댓글