본문 바로가기

nodeJS

Webpack 설치

C:\ljw-study\spring-api\workspace\SpringApi\eatgo-web>npm install --save-dev webpack-cli webpack-dev-server
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN webpack-dev-server@3.11.0 requires a peer of webpack@^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN webpack-cli@3.3.12 requires a peer of webpack@4.x.x but none is installed. You must install peer dependencies yourself.
npm WARN webpack-dev-middleware@3.7.2 requires a peer of webpack@^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN eatgo-web@1.0.0 No repository field.

+ webpack-dev-server@3.11.0
+ webpack-cli@3.3.12
added 404 packages from 295 contributors and audited 405 packages in 98.881s

18 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

'nodeJS' 카테고리의 다른 글

webpack 설치 후 Error: Cannot find module 'webpack'  (0) 2020.07.26
nodeJS 초기 세팅  (0) 2020.07.26