이번에는 Mac에서 NodeJ를 최신 버전으로 업데이트하는 방법을 알려드리겠습니다. Mac에서 NodeJ를 최신 버전으로 업데이트할 때 주의사항은 무엇인가요? 실제 사례를 살펴보겠습니다.
전제 조건
1단계: npm을 사용하여 n 모듈 설치
n 모듈은 nodejs 버전을 관리하는 데 특별히 사용됩니다sudo npm install -g n
sudo n latest
sudo n stable
검색
[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
Vue에서 문자열 템플릿을 사용하는 방법
bison으로 인한 Mac 설치 중고품 오류 처리 방법위 내용은 Mac에서 nodejs를 최신 버전으로 업데이트하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!