You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/07/26 11:04:01 UTC

[GitHub] [cordova-paramedic] hudson-pierce opened a new issue, #239: Adding cordova-plugin-test-framework takes a long time

hudson-pierce opened a new issue, #239:
URL: https://github.com/apache/cordova-paramedic/issues/239

   It takes approximately 10 minutes for the `cordova plugin add github:apache/cordova-plugin-test-framework --no-telemetry --no-update-notifier` to finish...
   
   On my local machine I pulled down the cordova-paramedic project and in `lib/ParamedicApp.js` at line 73 I replaced:
   
   ```
   const additionalPlugins = ['github:apache/cordova-plugin-test-framework', path.join(__dirname, '..', 'paramedic-plugin')];
   ```
   
   with:
   
   ```
   const additionalPlugins = ['git+https://github.com/apache/cordova-plugin-test-framework.git', path.join(__dirname, '..', 'paramedic-plugin')];
   ```
   
   Now the plugin is added very quickly. Could we please make this change?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-paramedic] breautek commented on issue #239: Adding cordova-plugin-test-framework takes a long time

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #239:
URL: https://github.com/apache/cordova-paramedic/issues/239#issuecomment-1264189843

   `github:apache/cordova-plugin-test-framework` should just translate to `git+https://github.com/apache/cordova-plugin-test-framework.git` (by npm)
   
   Is this reproducible? Are you sure this isn't a one off network issue? For the record, `cordova plugin add github:apache/cordova-plugin-test-framework --no-telemetry --no-update-notifier` took less than second to resolve for me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org