-
Notifications
You must be signed in to change notification settings - Fork 176
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
When trying to fetch the plugin after saving it to config.xml, it gives 404 #108
Comments
Also encountered this error today while removing platform and re-adding the platforms to reset platforms. @yazantahhan Did you find any solution to this issue? |
Seems related: #61 |
@danishin What I did as a workaround that I changed the plugin name from com.pylonproducts.wifiwizard to wifiwizard. |
I was using forked version of wifiwizard to merge bug fixes. And the above didn't work for me because of it (?), I think. So I just modified package.json and published my package at https://www.npmjs.com/package/com.danishin.wifiwizard. As the main repo doesn't seem to be maintained anymore. Anyway, thanks for the note :) |
the problem solved for me you need to run those commands as follow: |
Hi,
I have a problem in fetching the plugin after adding the plugin and saving it for the first time using
ionic plugin add wifiwizard --save
.This will result to add
<plugin name="com.pylonproducts.wifiwizard" spec="0.2.11" />
in config.xml .However, if you tried to fetch the plugin using the saved entry, npm gives the following error:
My assumption is a mismatch between the plugin ID and npm ID. Therefore, it should be
ionic plugin add com.pylonproducts.wifiwizard
when installing the plugin instead ofionic plugin add wifiwizard
.The text was updated successfully, but these errors were encountered: