page-skeleton-webpack-plugin icon indicating copy to clipboard operation
page-skeleton-webpack-plugin copied to clipboard

master branch 执行 example/sale 报 TypeError: Cannot read property 'properties' of undefined

Open yangfan0095 opened this issue 4 years ago • 2 comments

Description

master分支 example 执行npm run dev 无法启动

报错 : page-skeleton-webpack-plugin/examples/sale/node_modules/[email protected]@webpack-cli/bin/config-yargs.js:89 describe: optionsSchema.definitions.output.properties.path.description, TypeError: Cannot read property 'properties' of undefined

Steps to reproduce

  1. cd example
  2. npm install
  3. npm run dev

yangfan0095 avatar Nov 15 '19 02:11 yangfan0095

我通过升级webpack-cli解决了这个properties报错问题 npm i [email protected] --save-dev

samsonCao avatar Dec 31 '19 08:12 samsonCao

可以看看这个 https://www.colabug.com/2020/0601/7416787/

jinghh avatar Oct 06 '20 03:10 jinghh