briarsweetbriar / ember-progress-bar

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

Attempting to watch missing directory: node_modules/progressbar.js #1

Closed shumlvi closed 8 years ago

shumlvi commented 8 years ago
Build error
Error: Attempting to watch missing directory: node_modules/progressbar.js

This error is caused by this code:

return new Funnel('node_modules/progressbar.js', {
    destDir: 'progressbar.js'
});

Installing progressbar.js in my own project solved this problem for now, but I consider this should be fixed in the addon.

briarsweetbriar commented 8 years ago

Thanks for catching that! The issue should be resolved by https://github.com/null-null-null/ember-progress-bar/commit/425b3507c392765947c16ff05a805f07f6657685. If you upgrade to v0.0.4, you'll see it working.