1

这是一个较旧的 twitter 插件的一个端口,我只是想使用 PG > 3.0,我在我的 IDE 上运行良好,所以我想与其他人分享,出于某种原因,当我尝试安装时通过 NPM 出错。我重新阅读了文件系统结构和 plugin.xml 规范,看不到任何错误。

我什至从 CDVPluginTwitter 更改了插件的 ID,以防前缀引发错误,但我仍然得到

path.js:360
        throw new TypeError('Arguments to path.join must be strings');
              ^
TypeError: Arguments to path.join must be strings
    at path.js:360:15
    at Array.filter (native)
    at Object.exports.join (path.js:358:36)
    at /usr/local/lib/node_modules/phonegap/node_modules/cordova/node_modules/plugman/src/util/plugins.js:72:39
    at /usr/local/lib/node_modules/phonegap/node_modules/cordova/node_modules/shelljs/shell.js:1707:7
    at ChildProcess.exithandler (child_process.js:635:7)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:735:16)
    at Socket.<anonymous> (child_process.js:948:11)
    at Socket.EventEmitter.emit (events.js:95:17)

Git 位于此处,https://github.com/ednasgoldfishuk/CDVPluginTwitter/tree/master

有任何想法吗?

4

1 回答 1

1

它在 plugin.xml 中缺少完成</plugin>标记,Github 已更新,现在已确认可在 PhoneGap 3.0 + 上安装

于 2013-11-11T09:12:43.633 回答