热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

VisualStudio2015中的Bower错误-BowerbuginVisualStudio2015

Imtryingtoinstalllateststablereleaseofbootstrapintomy.NETCorewebprojectusingbuilt-i

I'm trying to install latest stable release of bootstrap into my .NET Core web project using built-in Bower. I have bower.json file and put specific version of bootstrap here. Bower install the latest Bootstrap 4 alpha version.

我正在尝试使用内置Bower将最新稳定版本的bootstrap安装到我的.NET Core Web项目中。我有bower.json文件,并在此处输入特定版本的bootstrap。 Bower安装最新的Bootstrap 4 alpha版本。

enter image description here

Any reason why?

有什么理由吗?

1 个解决方案

#1


0  

I think that you should be to clean the cache and remove the bower_components folder. Then, run install command with.

我认为您应该清理缓存并删除bower_components文件夹。然后,运行install命令。

bower cache clean
bower install

推荐阅读
author-avatar
大爱走钢索的人_738
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有