Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
1. publish a test plugin via `plugman publish .`
2. increment plugin.xml version
3. publish same test plugin
Now visit http://registry.cordova.io/PLUGIN_NAME
Notice the presence of "noattachment":true in the json.
Now try and download the .tgz for it: http://registry.cordova.io/PLUGIN_NAME/-/PLUGIN_NAME-VERSION.tgz
And what you get:
{"error":"not_found","reason":"Document is missing attachment"}
I've tested various combinations of unpublish, publish --force, npm --registry=http://registry.cordova.io publish, and get the same result every time. Seems the issue is likely server-side .
Attachments
Issue Links
- is related to
-
CB-9332 Update `npm` and `semver` dependencies for cordova
- Closed