Bower Malformed

你离开我真会死。 提交于 2019-12-02 10:18:26
Mangled Deutz

Since you are on windows, it's quite likely you are having issue with a BOM and/or another utf8/utf16 encoding issue.

Take a look here

Try again with a text editor that doesn't do stupid things (maybe Sublime Text - I'm not too sure what's good on windows).

Seems like unsolved bug

see link: https://github.com/bower/bower/issues/783

Try using this

{
    "name":  "MyProject",
    "version": "0.0.1",
    "dependencies": {
        "jquery": "~2.1.0"
    }
}

if this didn't work try updating your bower using npm update -g bower

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!