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

Aurelia framework example throws error and fails to start #120

Closed
krishnaxv opened this issue Dec 16, 2016 · 1 comment · Fixed by #126
Closed

Aurelia framework example throws error and fails to start #120

krishnaxv opened this issue Dec 16, 2016 · 1 comment · Fixed by #126
Assignees
Labels

Comments

@krishnaxv
Copy link

Aurelia framework example throws error with npm start on CLI and fails to start.

/home/krishnaxv/Desktop/material-components-web/framework-examples/aurelia/node_modules/webpack-dev-server/lib/Server.js:23
	var validationErrors = webpack.validateSchema(optionsSchema, options);
                                ^
TypeError: webpack.validateSchema is not a function
    at new Server (/home/krishnaxv/Desktop/material-components-web/framework-examples/aurelia/node_modules/webpack-dev-server/lib/Server.js:23:33)
    at startDevServer (/home/krishnaxv/Desktop/material-components-web/framework-examples/aurelia/node_modules/webpack-dev-server/bin/webpack-dev-server.js:378:12)
    at processOptions (/home/krishnaxv/Desktop/material-components-web/framework-examples/aurelia/node_modules/webpack-dev-server/bin/webpack-dev-server.js:316:3)
    at Object.<anonymous> (/home/krishnaxv/Desktop/material-components-web/framework-examples/aurelia/node_modules/webpack-dev-server/bin/webpack-dev-server.js:440:1)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
    at Module.runMain (module.js:604:10)
    at run (bootstrap_node.js:394:7)
    at startup (bootstrap_node.js:149:9)
    at bootstrap_node.js:509:3

OS: Ubuntu 14.04 LTS

Steps to reproduce bug:

  1. Run npm start in material-components-web/framework-examples/aurelia/ directory
  2. Check CLI
@traviskaufman traviskaufman self-assigned this Dec 16, 2016
@traviskaufman
Copy link
Contributor

Thanks for reporting all of these :)

Thanood added a commit to Thanood/material-components-web that referenced this issue Dec 17, 2016
traviskaufman pushed a commit that referenced this issue Dec 20, 2016
* fix(framework-examples): fix Aurelia example (#120)

* chore(framework-examples): update Aurelia example README

* chore(framework-examples): remove nitpicks from Aurelia sample

* chore(framework-examples): remove repository field from Aurelia sample

Fixes #120
Thanood added a commit to Thanood/material-components-web that referenced this issue Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants