ENOENT, there is no such file or directory 'bower_components / ember-addons.bs_for_ember / dist / js /'

I use ember-pagination , and when I start ember serve , I get the following error:

It says: "ENOENT, no such file or directory 'bower_components/ember-addons.bs_for_ember/dist/js/"

enter image description here

Versions:

 $ node-v V0.10.25 $ npm -v 1.3.10 

Continue your search for a solution, but I cannot find it.

+5
source share
1 answer

Do you use ember-pagination or ember-cli-pagination ? If you are not using the CLI version, I would first give her a back :)

(you can also upgrade the NPM version. Everything 1.x is broken)

Let me know if you have any problems with ember-cli-pagination! I worked a bit on the code base and used it in one of my projects.

EDIT: Squinting at the screen, you are using the cli version. Can you post your brocfile.js?

0
source

Source: https://habr.com/ru/post/1214966/


All Articles