Vue 프레임워크 생성 프로젝트에 자주 문제가 발생합니다.

480 단어
npm을 이용하여 cnpm을 설치하는 중 발생한 오류
npm WARN deprecated [email protected]: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0

해결 방법:
1. npm 버전 감소
npm install [email protected] -g
2、npm 업데이트 -d를 통해 현재 npm에 설치된 버전 보기
3、cnpm 재설치 (npm install -g cnpm --registry =https://registry.npm.taobao.org)

좋은 웹페이지 즐겨찾기