npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install
2050 단어 오답장
질문 번역: NPMWA [email protected]하나 필요[email protected]를 참고하십시오.등가 의존항을 직접 설치해야 합니다.
원인: 설치 시 명령: npm install webpack-g npm install webpack-cli-g는 기본적으로 웹팩의 최신 버전을 설치하여 설치된 최신 비계인 웹팩-cli가 웹팩 버전과 일치하지 않아 설치 오류 해결:
npm install [email protected] -g
npm install [email protected] -g
PS D:\developer\IdeaProjects\itcast-nodejs> npm install [email protected] -g
D:\developer
ode.js
pm_modules\webpack -> D:\developer
ode.js
pm_modules
ode_modules\webpack\bin\webpack.js
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\webpack
ode_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
+ [email protected]
added 323 packages from 198 contributors in 27.276s
PS D:\developer\IdeaProjects\itcast-nodejs> npm install [email protected] -g
D:\developer
ode.js
pm_modules\webpack-cli -> D:\developer
ode.js
pm_modules
ode_modules\webpack-cli\bin\cli.js
> [email protected] postinstall D:\developer
ode.js
pm_modules
ode_modules\webpack-cli
> node ./bin/opencollective.js
**Thanks for using Webpack!
Please consider donating to our Open Collective
to help us maintain this package.**
Donate: https://opencollective.com/webpack/donate
npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install peer dependencies yourself.
+ [email protected]
added 206 packages from 126 contributors in 18.13s
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install웹팩과 웹팩-cli를 설치할 때 발생하는 문제: npm WARN 웹팩[email protected] requires a peer of [email protected] but none is installed. You must instal...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.