美文网首页
Cordova plugin add -- Failed to

Cordova plugin add -- Failed to

作者: 一工口 | 来源:发表于2017-08-09 16:35 被阅读0次

I got the same error message when adding a local plugin: Error: Failed to get absolute path to installed module.

Using the option --nofetch (cordova@7.0.1) fixed it:

cordova plugin add ../my-plugin --nofetch

相关文章

网友评论

      本文标题:Cordova plugin add -- Failed to

      本文链接:https://www.haomeiwen.com/subject/tcdqrxtx.html