Bower 安装似乎无法正常工作 (Windows 7) - 未获取 bower_components 目录,grunt serve 找不到 bower 包
Bower install doesn't seem to be working (Windows 7) - not getting bower_components directory, grunt serve cannot find bower packages
我在 bower install
工作时遇到问题。我正在 运行 通过 yo webapp
生成器为我搭建脚手架。
在我的 bower.json
文件中,它给了我两个依赖项:
{
"name": "webapp-test",
"private": true,
"dependencies": {
"jquery": "~1.11.1",
"modernizr": "~2.8.2"
}
}
当我在生成器之后 运行 一个 bower install
时,我认为它会使用该命令拉下所有依赖项。我必须 运行 2x 才能获得两个依赖项。这对我来说似乎是错误的,为什么不使用第一个命令获取所有依赖项?
然后我尝试 运行 grunt serve
但那是失败的,说明 找不到你保存凉亭包的地方。
在我的 webapp 结构中,我 没有 有一个 bower_components
目录。 bower install
命令不应该给我这个吗?
知道为什么我的 bower install
和 grunt serve
命令似乎不起作用吗?
我在 Windows 7.
答案就在命令shell里,系统找不到git。最好的办法是为 Windows.
安装 MSysGit 或 Github
我在 bower install
工作时遇到问题。我正在 运行 通过 yo webapp
生成器为我搭建脚手架。
在我的 bower.json
文件中,它给了我两个依赖项:
{
"name": "webapp-test",
"private": true,
"dependencies": {
"jquery": "~1.11.1",
"modernizr": "~2.8.2"
}
}
当我在生成器之后 运行 一个 bower install
时,我认为它会使用该命令拉下所有依赖项。我必须 运行 2x 才能获得两个依赖项。这对我来说似乎是错误的,为什么不使用第一个命令获取所有依赖项?
然后我尝试 运行 grunt serve
但那是失败的,说明 找不到你保存凉亭包的地方。
在我的 webapp 结构中,我 没有 有一个 bower_components
目录。 bower install
命令不应该给我这个吗?
bower install
和 grunt serve
命令似乎不起作用吗?
我在 Windows 7.
答案就在命令shell里,系统找不到git。最好的办法是为 Windows.
安装 MSysGit 或 Github