briarsweetbriar / ember-progress-bar

An Ember.js wrapper and component for ProgressBar.js
MIT License
9 stars 12 forks source link

Windows Issue #5

Closed stefanpenner closed 7 years ago

stefanpenner commented 7 years ago

I believe this may address:https://github.com/ember-cli/ember-cli/issues/6950#issuecomment-293945624

Someone with windows should confirm

briarsweetbriar commented 7 years ago

Thanks for the fix, @stefanpenner.

@bjwouda, when you get a chance, would you mind npm install ember-progress-bar@0.0.8beta? Let me know if it works in your Windows environment now.

bjwouda commented 7 years ago

Thank you all very much! It works after updating the package.json to include

"ember-progress-bar": "0.0.8-beta"

and then running npm update or npm install.

The npm install ember-progress-bar@0.0.8beta command gave me the "invalid" warning thing, but that's probably just because of my project setup or something.