플러그인 vue-devtools, npm run build 컴파일 후 오류

1340 단어
오류 메시지는 다음과 같습니다. npm ERR!Windows_NT 10.0.17134 npm ERR! argv "D:\softwareode.jsode.exe""D:\softwareode.jsode_modulespm\binpm-cli.js""run""build"npm ERR! node v6.10.2 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! [email protected] build: cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the [email protected] build script 'cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the vue-devtools package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs vue-devtools npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls vue-devtools npm ERR! There is likely additional logging output above.
오류 원인: 최신 버전 vue-devtools는 최신 버전 웹팩4를 사용하기 때문에 node 버전은 최소한 6.11.5보다 큽니다
해결 방법: 이전에 설치한 node를 제거하고, 홈페이지에 가서 최신 버전의 node를 다운로드하여 설치한다.

좋은 웹페이지 즐겨찾기