# 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-cl
i版本的问题 - 解决办法,升级
webpack
:
npm i webpack-cli@3.1.1 -D
以上是关于# Webpack 报错大全的主要内容,如果未能解决你的问题,请参考以下文章