Closed shumlvi closed 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.
progressbar.js
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.
This error is caused by this code:
Installing
progressbar.js
in my own project solved this problem for now, but I consider this should be fixed in the addon.