Cannot add Cordova-plugin-file to Meteor WhatsApp tutorial project
up vote
0
down vote
favorite
I want to modify the Meteor WhatsApp tutorial project to access a local file on an IOS device. I believe I need to use the Cordova plugin Cordova-plugin-file. However, I cannot seem to find a way to install it.
I have tried several CLI commands, with the following results:
meteor cordova plugin add cordova-plugin-file
Current working directory is not a Cordova-based project
ionic cordova plugin add cordova-plugin-file
ionic: command not found
meteor add cordova-plugin-file
=> Errors while parsing arguments:
While adding package cordova-plugin-file:
error: no such package
Any suggestions?
cordova meteor
New contributor
add a comment |
up vote
0
down vote
favorite
I want to modify the Meteor WhatsApp tutorial project to access a local file on an IOS device. I believe I need to use the Cordova plugin Cordova-plugin-file. However, I cannot seem to find a way to install it.
I have tried several CLI commands, with the following results:
meteor cordova plugin add cordova-plugin-file
Current working directory is not a Cordova-based project
ionic cordova plugin add cordova-plugin-file
ionic: command not found
meteor add cordova-plugin-file
=> Errors while parsing arguments:
While adding package cordova-plugin-file:
error: no such package
Any suggestions?
cordova meteor
New contributor
I just found the correct command format as: meteor add cordova:cordova-plugin-file@6.0.1
– James Hollingsworth
18 hours ago
Please close your question, or answer it and mark as closed if you've found a solution.
– Joseph Cho
18 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to modify the Meteor WhatsApp tutorial project to access a local file on an IOS device. I believe I need to use the Cordova plugin Cordova-plugin-file. However, I cannot seem to find a way to install it.
I have tried several CLI commands, with the following results:
meteor cordova plugin add cordova-plugin-file
Current working directory is not a Cordova-based project
ionic cordova plugin add cordova-plugin-file
ionic: command not found
meteor add cordova-plugin-file
=> Errors while parsing arguments:
While adding package cordova-plugin-file:
error: no such package
Any suggestions?
cordova meteor
New contributor
I want to modify the Meteor WhatsApp tutorial project to access a local file on an IOS device. I believe I need to use the Cordova plugin Cordova-plugin-file. However, I cannot seem to find a way to install it.
I have tried several CLI commands, with the following results:
meteor cordova plugin add cordova-plugin-file
Current working directory is not a Cordova-based project
ionic cordova plugin add cordova-plugin-file
ionic: command not found
meteor add cordova-plugin-file
=> Errors while parsing arguments:
While adding package cordova-plugin-file:
error: no such package
Any suggestions?
cordova meteor
cordova meteor
New contributor
New contributor
New contributor
asked 18 hours ago
James Hollingsworth
1
1
New contributor
New contributor
I just found the correct command format as: meteor add cordova:cordova-plugin-file@6.0.1
– James Hollingsworth
18 hours ago
Please close your question, or answer it and mark as closed if you've found a solution.
– Joseph Cho
18 hours ago
add a comment |
I just found the correct command format as: meteor add cordova:cordova-plugin-file@6.0.1
– James Hollingsworth
18 hours ago
Please close your question, or answer it and mark as closed if you've found a solution.
– Joseph Cho
18 hours ago
I just found the correct command format as: meteor add cordova:cordova-plugin-file@6.0.1
– James Hollingsworth
18 hours ago
I just found the correct command format as: meteor add cordova:cordova-plugin-file@6.0.1
– James Hollingsworth
18 hours ago
Please close your question, or answer it and mark as closed if you've found a solution.
– Joseph Cho
18 hours ago
Please close your question, or answer it and mark as closed if you've found a solution.
– Joseph Cho
18 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
James Hollingsworth is a new contributor. Be nice, and check out our Code of Conduct.
James Hollingsworth is a new contributor. Be nice, and check out our Code of Conduct.
James Hollingsworth is a new contributor. Be nice, and check out our Code of Conduct.
James Hollingsworth is a new contributor. Be nice, and check out our Code of Conduct.
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
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53265954%2fcannot-add-cordova-plugin-file-to-meteor-whatsapp-tutorial-project%23new-answer', 'question_page');
}
);
Post as a guest
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
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
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
I just found the correct command format as: meteor add cordova:cordova-plugin-file@6.0.1
– James Hollingsworth
18 hours ago
Please close your question, or answer it and mark as closed if you've found a solution.
– Joseph Cho
18 hours ago