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
phonegap
add a comment |
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
phonegap
Your solution may be here: stackoverflow.com/questions/40436830/…
– moo moo
Nov 13 at 6:23
add a comment |
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
phonegap
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
phonegap
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
add a comment |
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
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Your solution may be here: stackoverflow.com/questions/40436830/…
– moo moo
Nov 13 at 6:23