# Webpack 报错大全

Posted 爱码代码的喵

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了# Webpack 报错大全相关的知识,希望对你有一定的参考价值。

Webpack 报错大全

webpack提示Cannot read property ‘properties’ of undefined错误

  • 提示详情
K:\\qianduanxuexi\\webpack-demo\\node_modules\\webpack-cli\\bin\\config-yargs.js:89
                                describe: optionsSchema.definitions.output.properties.path.description,
                                                                           ^

TypeError: Cannot read property 'properties' of undefined
    at module.exports (K:\\qianduanxuexi\\webpack-demo\\node_modules\\webpack-cli\\bin\\config-yargs.js:89:48)
    at K:\\qianduanxuexi\\webpack-demo\\node_modules\\webpack-cli\\bin\\webpack.js:60:27
    at Object.<anonymous> (K:\\qianduanxuexi\\webpack-demo\\node_modules\\webpack-cli\\bin\\webpack.js:515:3)
    at Module._compile (internal/modules/cjs/loader.js:936:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:947:10)
    at Module.load (internal/modules/cjs/loader.js:790:32)
    at Function.Module._load (internal/modules/cjs/loader.js:703:12)
    at Module.require (internal/modules/cjs/loader.js:830:19)
    at require (internal/modules/cjs/helpers.js:68:18)
    at Object.<anonymous> (K:\\qianduanxuexi\\webpack-demo\\node_modules\\webpack\\bin\\webpack.js:156:2)
PS K:\\qianduanxuexi\\webpack-demo> 
  • 问题出现原因:webpack-cli版本的问题
  • 解决办法,升级webpack
npm i webpack-cli@3.1.1 -D

以上是关于# Webpack 报错大全的主要内容,如果未能解决你的问题,请参考以下文章

vite 动态 import 引入打包报错解决方案

webpack 功能大全 环境配置

webpack 1.x升级过程中的踩坑总结大全

MYSQL查看多线程复制报错详情

Webpack:安装 webpack 和 webpack-cli 后运行 webpack 时仍然报错

html-webpack-plugin打包报错