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

yarn install 之后报错了

Open zhengguorong opened this issue 5 years ago • 10 comments

/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 (/Users/zhengguorong/project/feature/page-skeleton-webpack-plugin/node_modules/webpack-cli/bin/config-yargs.js:89:48) at /Users/zhengguorong/project/feature/page-skeleton-webpack-plugin/node_modules/webpack-cli/bin/webpack.js:60:27 at Object. (/Users/zhengguorong/project/feature/page-skeleton-webpack-plugin/node_modules/webpack-cli/bin/webpack.js:515:3) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17) at require (internal/module.js:11:18)

zhengguorong avatar Nov 04 '18 14:11 zhengguorong

+1

Rockergmail avatar Nov 26 '18 02:11 Rockergmail

+1

Hideer avatar Jan 07 '19 03:01 Hideer

webpack-cli 需要安装3.1.1以上

LeoZeda avatar Jan 07 '19 08:01 LeoZeda

webpack-cli安装了3.1.1但是报另一个错误了...

Hideer avatar Jan 07 '19 08:01 Hideer

webpack-cli安装了3.1.1但是报另一个错误了...

报什么错误?

LeoZeda avatar Jan 07 '19 08:01 LeoZeda

+1

chenjiecloud avatar Feb 18 '19 09:02 chenjiecloud

+1

wushengwang avatar Feb 22 '19 06:02 wushengwang

升级了webpack-cli后报错,请问怎么解决

/Users/user/plugin/skeleton/page-skeleton-webpack-plugin/examples/sale/node_modules/page-skeleton-webpack-plugin/src/skeletonPlugin.js:17 throw new OptionsValidationError(validationErrors)

qqsupper avatar Mar 26 '19 03:03 qqsupper

listen EADDRINUSE: address already in use :::8091 端口怎么修改,都是这个错误

katoto avatar Jun 01 '20 05:06 katoto

升级了webpack-cli后报错,请问怎么解决

/Users/user/plugin/skeleton/page-skeleton-webpack-plugin/examples/sale/node_modules/page-skeleton-webpack-plugin/src/skeletonPlugin.js:17 throw new OptionsValidationError(validationErrors)

我没升级,直接run dev 就报这个错

hmyjyghh avatar Apr 17 '24 12:04 hmyjyghh