我正在努力用 Bower 安装 ckeditor,我尝试了很多不同的东西,但每次我最终只得到一个.bower.json
文件和一个Readme
文件或index
文件。我从来没有得到超过 2 个文件 :( 我可以很好地安装其他软件包,所以我知道一切都设置好了。
以下是我尝试过的一些事情:
{
"dependencies": {
"ckeditor": "latest",
"ckeditor": "https://github.com/ckeditor/ckeditor-releases/releases/tag/4.2.1/standard",
"ckeditor": "https://github.com/ckeditor/ckeditor-releases/releases/tag/4.2.1/standard",
"ckeditor": "https://github.com/ckeditor/ckeditor-releases/commit/a822d585d4ebf8d969fa"
}
}
为什么这个包与其他包不同?破解它的关键是什么?