onehilltech / ember-cli-mdc

ember-cli addon for material-components-web
Apache License 2.0
44 stars 15 forks source link

Unable to install #2

Closed jvnill closed 5 years ago

jvnill commented 5 years ago

Hi, just trying out ember-cli-mdc but there's an issue with installing the ember-cli-mdc-stepper package

$ ember install ember-cli-mdc-stepper
npm: Installed ember-cli-mdc-stepper
installing ember-cli-mdc-stepper
  install package @material/dom
Command failed: npm install --save-dev --loglevel error @material/dom@0.43.1
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @material/dom@0.43.1
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
hilljh82 commented 5 years ago

@jvnill I have been working to resolve the targeting issues. I just released a patch to take care of this. Please let me know if you run into any other problems.

jvnill commented 5 years ago

Thanks. all sorted