We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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分支 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
The text was updated successfully, but these errors were encountered:
我通过升级webpack-cli解决了这个properties报错问题 npm i [email protected] --save-dev
Sorry, something went wrong.
可以看看这个 https://www.colabug.com/2020/0601/7416787/
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: