S
S
sinneren2015-03-26 15:30:05
git
sinneren, 2015-03-26 15:30:05

How to put bower(git?) on npm?

I started to get used to the trendy modern front-end technologies, I use the most intelligent lessons I found from loftblog, I had difficulties in this video: the author suddenly began to use bower, which was not mentioned before, ok, I went to install bower without even understanding what it was for, like it would have been installed, but the folder with it was not created, and warnings came out, they say, the gita is not enough. Git stands separately, but how to put it in the node space or am I still not understanding something here?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
Konstantin Kitmanov, 2015-03-26
@sinneren

If you installed git under Windows, then by default it is set somehow so cunningly that it is simply not available in the console - you need to run a special "git bash". From this tricky console, bower won't complain about missing git. But in conscience, he needs git only if you install packages not from the repository, but by git endpoints.
This can probably be intelligently fixed somehow, but I always set git to be available globally.

M
Maxim, 2015-03-26
Antonikhin @STJ

bower.io

H
Hikmat Abdunabiev, 2015-03-26
@Khikmat

npm install -g bower
bower.io

S
sergey, 2015-03-26
@zorro76

Bower is a command line utility. Install it with npm.
$ npm install -g bower
Bower requires Node and npm and Git.
bower.io

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question