Github user kirkshoop commented on a diff in the pull request: https://github.com/apache/cordova-windows/pull/55#discussion_r23389897 --- Diff: package.json --- @@ -26,7 +28,8 @@ }, "devDependencies": { "jasmine-node": "1.14.5", - "rewire": ">=2.1.3" + "rewire": ">=2.1.3", + "node-forge": "~0.6.18" --- End diff -- That is unfortunate. The goal is to only run before publishing a new release. installing from npm is not intended to run this. We really do not want to impose node-forge as a dependency. Do you have a recommendation? Is there any scenario where --production is required to work? If so, perhaps I can check to see if node-forge is installed from the script and skip the certificate creation.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org