私はここで夢中になります。私は PhoneGap 3.0 を使用しており、いくつかのプラグインを使用してアプリを作成しました。最初にインストールしたプラグインでは足りないことに気がついたので、別のプラグインをインストールしてみました。問題の 1 つは、キャプチャ プラグインとファイル転送プラグインです。ターミナルにプラグインを追加しようとすると、次のエラーが発生します。
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 possiblyFetch (/usr/local/lib/node_modules/phonegap/node_modules/cordova/node_modules/plugman/src/install.js:49:27)
at /usr/local/lib/node_modules/phonegap/node_modules/cordova/node_modules/plugman/src/install.js:298:17
at Array.forEach (native)
at runInstall (/usr/local/lib/node_modules/phonegap/node_modules/cordova/node_modules/plugman/src/install.js:229:22)
at possiblyFetch (/usr/local/lib/node_modules/phonegap/node_modules/cordova/node_modules/plugman/src/install.js:64:9)
at Object.installPlugin [as install] (/usr/local/lib/node_modules/phonegap/node_modules/cordova/node_modules/plugman/src/install.js:44:5)
at doInstall (/usr/local/lib/node_modules/phonegap/node_modules/cordova/src/plugin.js:153:45)
まったく新しいアプリを作成するなど、あらゆることを試しました。しかし、運がありません。
これは私が行う必要がある非常に時間に敏感なアプリなので、どんな助けも大歓迎です。
ありがとう!