0

In the folder that contains my bower.JSON I'm running this command bower install but the dependencies are not getting installed, also I cannot find any bower_components folder. On running bower list I can see that the dependencies are not installed.What should I do?enter image description here

Amit Singh
  • 1,790
  • 3
  • 17
  • 27

1 Answers1

0

Seems like there is write issues in your directory.

Check if your target Directory have write access.

Prabodh M
  • 2,132
  • 2
  • 17
  • 23
  • my .bowerrc looks like this { "directory": "app/bower_components" } – Amit Singh Jun 21 '17 at 06:26
  • The bower modules are being installed inside the app folder. And from screen it seems you are running the command on app level. Check inside app folder. – Prabodh M Jun 21 '17 at 06:48