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

How to add cordova plugin from local file system? #4268

Closed
kakahero opened this issue Apr 24, 2015 · 1 comment
Closed

How to add cordova plugin from local file system? #4268

kakahero opened this issue Apr 24, 2015 · 1 comment

Comments

@kakahero
Copy link

I used meteor develop android app and need to used android bluetooth api In my project . I used cordova to build a plugin. it work well. But I don't know how to add my plugin to my Meteor project. I used:
meteor add cordova:file:///Users/apple/git/cordova-plugin-ihealth-bp@0.0.1

It can added cordova plugin, but It did not run .
The terminal show:
simple-todos apple$ meteor run android-device
Error while running for mobile platforms: Error running
/Users/apple/.meteor/packages/meteor-tool/.1.1.3.7747zc++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/tools/cordova-scripts/cordova.sh
npm ERR! addLocal Could not install
file:///Users/apple/git/cordova-plugin-ihealth-bp@0.0.1
Error: ENOENT, stat 'file:///Users/apple/git/cordova-plugin-ihealth-bp@0.0.1
Fetching plugin "file:///Users/apple/git/cordova-plugin-ihealth-bp@0.0.1" via plugin
registry

How do I add cordova plugin from local file system to meteor project?

Sincerely.
Thanks a lot.

Xuewei Chen.

@glasser
Copy link
Contributor

glasser commented Apr 29, 2015

This is not yet possible. Duplicate of #2925.

@glasser glasser closed this as completed Apr 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants