Closed stefanpenner closed 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.
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.
I believe this may address:https://github.com/ember-cli/ember-cli/issues/6950#issuecomment-293945624
Someone with windows should confirm