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

Webpack error #13

Open
iyudincev opened this issue Sep 27, 2018 · 7 comments
Open

Webpack error #13

iyudincev opened this issue Sep 27, 2018 · 7 comments

Comments

@iyudincev
Copy link

The template won't build on npm start, the error follows:

/home/osboxes/test/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 (/home/osboxes/test/node_modules/webpack-cli/bin/config-yargs.js:89:48)
    at /home/osboxes/test/node_modules/webpack-cli/bin/webpack.js:60:27
    at Object.<anonymous> (/home/osboxes/test/node_modules/webpack-cli/bin/webpack.js:515:3)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:20:18)
@pratapdd
Copy link

same error..

@pratapdd
Copy link

downgrading from 4.20.0 to 4.19.0 , worked for me now.

@iinow
Copy link

iinow commented Oct 6, 2018

I solved it
"webpack-cli": "^2.0.11" -> "webpack-cli": "^3.1.2"

webpack update!!!!

@MrRefactoring
Copy link

I do fix this issue in my pull request #14

@p32929
Copy link

p32929 commented Dec 6, 2018

Perfecto!!

@abhishekchotaliya
Copy link

@pastahito
Please update the package.json file so that users like me don't need to come to this page for troubleshooting.

@diegodorado
Copy link

I do fix this issue in my pull request #14

Please, accept this PR, it does overcome this issue

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

7 participants