jgranick opened a new issue #230: The NPM install for royale-js-swf does not allow -y, --yes or other ways to confirm automatically URL: https://github.com/apache/royale-asjs/issues/230 In order to use `royale-js-swf` on a build or continuous integration server, it is necessary to be able to say "yes" to the install prompt automatically. I believe the "prompt" NPM library is already being used, so it would be great to add support for overriding: https://www.npmjs.com/package/prompt#skipping-prompts Using `yes | npm install` on a Linux install works, but returns an error code due to the way it interacts with NPM, so that also breaks our builds. Thank you :smile:
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
