谈谈通过 bower 进行安装的bootstrap有什么好处
展开全部
使用bower安装bootstrap的命令是:
bash$ bower install bootstrap
不过问题出在如何安装bower上。
官方网站上这样说的:
Bower depends on Node and npm. It's installed globally using npm:
npm install -g bower
Also make sure that git is installed as some bower packages require it to be fetched and installed.
问题又来了,node与npm,使用ubuntu的apt-get结果装了node就没有npm,装了npm就没有node。
最后这样解决的:
装npm,sudo apt-get install npm
然后用npm安装node,但是bower还是没法装,于是更新node版本。
步骤如下:
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
总结一下就是,先安装npm,用源安装,然后用npm安装node,并对其进行更新。
之后用npm安装bower,
最后bower安装bootstrap
bash$ bower install bootstrap
不过问题出在如何安装bower上。
官方网站上这样说的:
Bower depends on Node and npm. It's installed globally using npm:
npm install -g bower
Also make sure that git is installed as some bower packages require it to be fetched and installed.
问题又来了,node与npm,使用ubuntu的apt-get结果装了node就没有npm,装了npm就没有node。
最后这样解决的:
装npm,sudo apt-get install npm
然后用npm安装node,但是bower还是没法装,于是更新node版本。
步骤如下:
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
总结一下就是,先安装npm,用源安装,然后用npm安装node,并对其进行更新。
之后用npm安装bower,
最后bower安装bootstrap
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询