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?
Asked
Active
Viewed 218 times
0

Amit Singh
- 1,790
- 3
- 17
- 27
-
Is there any particular reason you are using bower? – Jun 21 '17 at 06:03
1 Answers
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