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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to