이번에는 Mac에서 NodeJ를 최신 버전으로 업데이트하는 방법을 알려드리겠습니다. Mac에서 NodeJ를 최신 버전으로 업데이트할 때 주의사항은 무엇인가요? 실제 사례를 살펴보겠습니다.
전제 조건
1단계: npm을 사용하여 n 모듈 설치
n 모듈은 nodejs 버전을 관리하는 데 특별히 사용됩니다sudo npm install -g n팁: 그렇지 않은 경우 sudo를 접두어로 사용하면 권한 액세스 예외가 발생하고 설치에 실패할 가능성이 있습니다. 2단계: nodejs를 업그레이드하세요. nodejs를 업그레이드하는 방법에는 두 가지가 있습니다. 첫 번째는 최신 버전으로 업그레이드하는 것입니다
sudo n latest두 번째는 안정 버전으로 업그레이드하는 것
sudo n stable팁: 안정 버전을 사용하는 것을 권장합니다n개 모듈을 더 많이 관리하려면
검색
[nodejs n 모듈 사용 지침] 권한 관련 예외:
npm ERR! Darwin 16.4.0 npm ERR! argv "/usr/local/Cellar/node/6.4.0/bin/node" "/usr/local/bin/npm" "update" "-g" npm ERR! node v6.4.0 npm ERR! npm v4.1.2 npm ERR! path /usr/local/lib/node_modules/cnpm/node_modules/agentkeepalive npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall access npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules/cnpm/node_modules/agentkeepalive' npm ERR! at Error (native) npm ERR! { Error: EACCES: permission denied, access '/usr/local/lib/node_modules/cnpm/node_modules/agentkeepalive' npm ERR! at Error (native) npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'access', npm ERR! path: '/usr/local/lib/node_modules/cnpm/node_modules/agentkeepalive' } npm ERR! npm ERR! Please try running this command again as root/Administrator. npm ERR! Please include the following file with any support request: npm ERR! /Users/ admin/Projects/CoPilot/npm-debug.log이 기사의 사례를 읽으신 후 방법을 마스터하셨다고 생각합니다. 더 흥미로운 정보를 보려면 PHP 중국어 웹사이트의 다른 관련 기사를 주목하세요! 추천 도서:
Vue에서 문자열 템플릿을 사용하는 방법
bison으로 인한 Mac 설치 중고품 오류 처리 방법위 내용은 Mac에서 nodejs를 최신 버전으로 업데이트하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!