Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added npm install command #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added npm install command #11

wants to merge 1 commit into from

Conversation

ParaSpl01t
Copy link

A shorter and easy to remember install command with possible version control.

A shorter and easy to remember install command with possible version control.
@afdev82
Copy link

afdev82 commented Apr 29, 2019

Yes, but to do that we should change the name of the plugin, otherwise I get an error when trying to restore the project with cordova prepare:

Failed to restore plugin "org.apache.cordova.shell-exec" from config.xml. You might need to try adding it again. Error: Error: npm: Command failed with exit code 1 Error output:
npm ERR! code E404
npm ERR! 404 Not found : org.apache.cordova.shell-exec
npm ERR! 404 
npm ERR! 404  'org.apache.cordova.shell-exec' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

@afdev82
Copy link

afdev82 commented Apr 29, 2019

In fact I found that also the way to install it described in the README has this problem too...
I needed to change manually "org.apache.cordova.shell-exec": {} with "cordova-plugin-shell-exec": {} in the package.json to get it work.
I think it would be nice to change the id in the plugin.xml to work with the latest cordova versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants