­

How to create .bowerrc

19:49

Recently when I was first encountered bower I found that I am required to create a .bowerrc file. If you still haven't install Git for Windows, you probably can try this in your CLI:

echo "" > .bowerrc
Alternatively, by using Git,
touch .bowerrc
The solution link to stackoverflow: Link

You Might Also Like

0 comments