cordova-plugin-facebook4 plugin add error









up vote
0
down vote

favorite












I am facing error when adding the plugin in my current cordova project.
the command i have used to add the plugin :



cordova plugin add https://github.com/jeduan/cordova-plugin-facebook4 --save --variable APP_ID="123xxx" --variable APP_NAME="xxx"

Using this version of Cordova with older version of cordova-android is being deprecated. Consider upgrading to cordova-android@5.0.0 or newer.
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-facebook4':TypeError [ERR_INVALID_ARG_TYPE]: Uh oh!
The "path" argument must be of type string. Received type undefined
at assertPath (path.js:39:11)
at Object.resolve (path.js:166:7)
at install (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmanplatformsandroid.js:142:35)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplatformsPlatformApiPoly.js:660:27
at ActionStack.process (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-commonsrcActionStack.js:56:25)
at PlatformApiPoly.addPlugin (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplatformsPlatformApiPoly.js:255:20)
at handleInstall (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmaninstall.js:611:6)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmaninstall.js:407:28
at _fulfilled (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulesqq.js:787:54)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulesqq.js:816:30
Error: Uh oh!
The "path" argument must be of type string. Received type undefined









share|improve this question























  • Your solution may be here: stackoverflow.com/questions/40436830/…
    – moo moo
    Nov 13 at 6:23














up vote
0
down vote

favorite












I am facing error when adding the plugin in my current cordova project.
the command i have used to add the plugin :



cordova plugin add https://github.com/jeduan/cordova-plugin-facebook4 --save --variable APP_ID="123xxx" --variable APP_NAME="xxx"

Using this version of Cordova with older version of cordova-android is being deprecated. Consider upgrading to cordova-android@5.0.0 or newer.
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-facebook4':TypeError [ERR_INVALID_ARG_TYPE]: Uh oh!
The "path" argument must be of type string. Received type undefined
at assertPath (path.js:39:11)
at Object.resolve (path.js:166:7)
at install (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmanplatformsandroid.js:142:35)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplatformsPlatformApiPoly.js:660:27
at ActionStack.process (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-commonsrcActionStack.js:56:25)
at PlatformApiPoly.addPlugin (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplatformsPlatformApiPoly.js:255:20)
at handleInstall (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmaninstall.js:611:6)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmaninstall.js:407:28
at _fulfilled (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulesqq.js:787:54)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulesqq.js:816:30
Error: Uh oh!
The "path" argument must be of type string. Received type undefined









share|improve this question























  • Your solution may be here: stackoverflow.com/questions/40436830/…
    – moo moo
    Nov 13 at 6:23












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am facing error when adding the plugin in my current cordova project.
the command i have used to add the plugin :



cordova plugin add https://github.com/jeduan/cordova-plugin-facebook4 --save --variable APP_ID="123xxx" --variable APP_NAME="xxx"

Using this version of Cordova with older version of cordova-android is being deprecated. Consider upgrading to cordova-android@5.0.0 or newer.
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-facebook4':TypeError [ERR_INVALID_ARG_TYPE]: Uh oh!
The "path" argument must be of type string. Received type undefined
at assertPath (path.js:39:11)
at Object.resolve (path.js:166:7)
at install (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmanplatformsandroid.js:142:35)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplatformsPlatformApiPoly.js:660:27
at ActionStack.process (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-commonsrcActionStack.js:56:25)
at PlatformApiPoly.addPlugin (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplatformsPlatformApiPoly.js:255:20)
at handleInstall (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmaninstall.js:611:6)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmaninstall.js:407:28
at _fulfilled (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulesqq.js:787:54)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulesqq.js:816:30
Error: Uh oh!
The "path" argument must be of type string. Received type undefined









share|improve this question















I am facing error when adding the plugin in my current cordova project.
the command i have used to add the plugin :



cordova plugin add https://github.com/jeduan/cordova-plugin-facebook4 --save --variable APP_ID="123xxx" --variable APP_NAME="xxx"

Using this version of Cordova with older version of cordova-android is being deprecated. Consider upgrading to cordova-android@5.0.0 or newer.
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-facebook4':TypeError [ERR_INVALID_ARG_TYPE]: Uh oh!
The "path" argument must be of type string. Received type undefined
at assertPath (path.js:39:11)
at Object.resolve (path.js:166:7)
at install (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmanplatformsandroid.js:142:35)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplatformsPlatformApiPoly.js:660:27
at ActionStack.process (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-commonsrcActionStack.js:56:25)
at PlatformApiPoly.addPlugin (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplatformsPlatformApiPoly.js:255:20)
at handleInstall (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmaninstall.js:611:6)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulescordova-libsrcplugmaninstall.js:407:28
at _fulfilled (C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulesqq.js:787:54)
at C:UsersNikhilAppDataRoamingnpmnode_modulescordovanode_modulesqq.js:816:30
Error: Uh oh!
The "path" argument must be of type string. Received type undefined






phonegap






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 9 at 19:50









DaFois

1,68031418




1,68031418










asked Nov 9 at 16:58









Niks

1




1











  • Your solution may be here: stackoverflow.com/questions/40436830/…
    – moo moo
    Nov 13 at 6:23
















  • Your solution may be here: stackoverflow.com/questions/40436830/…
    – moo moo
    Nov 13 at 6:23















Your solution may be here: stackoverflow.com/questions/40436830/…
– moo moo
Nov 13 at 6:23




Your solution may be here: stackoverflow.com/questions/40436830/…
– moo moo
Nov 13 at 6:23

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53230194%2fcordova-plugin-facebook4-plugin-add-error%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53230194%2fcordova-plugin-facebook4-plugin-add-error%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kleinkühnau

Makov (Slowakei)

Deutsches Schauspielhaus