Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yangfan0095 opened this issue Nov 15, 2019 · 2 comments

Comments

@yangfan0095
Copy link

yangfan0095 commented Nov 15, 2019

Description

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

报错 :
page-skeleton-webpack-plugin/examples/sale/node_modules/_webpack-cli@2.1.5@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
@samsonCao
Copy link

我通过升级webpack-cli解决了这个properties报错问题
npm i webpack-cli@3.1.1 --save-dev

@jinghh
Copy link

jinghh commented Oct 6, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants