-
Notifications
You must be signed in to change notification settings - Fork 66
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
add plugin with license to project fails #92
Comments
workaround for now - add plugin to project without license - do search&replace for word "TRIAL" and replace it with License number :)... |
please see my PR: #94 |
I tried using your PR by doing And then running But I am still getting the following
It looks like it works if using cordova-android 7.1.4 but I have this problem in it that prevents me to update |
What cordova version?
|
I am on the latest 8.1.2 So [email protected] not working with your pull request |
cordova-android 7.1.2
cordova 8.1.2
without android platform added to project I have added keyboard plugin with license
after that I have added android platform: cordova platform add android
result:
Installing "cordova-plugin-native-keyboard" for android
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-native-keyboard': 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:1088:7)
The text was updated successfully, but these errors were encountered: