[GitHub] bigosmallm commented on issue #230: The NPM install for royale-js-swf does not allow -y, --yes or other ways to confirm automatically

2018-05-19 Thread GitBox
bigosmallm commented on 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#issuecomment-390442680
 
 
   Added check to see if `ACCEPT_ALL_ROYALE_LICENSES` env var is set.  Let's 
track the prompt -y option as a separate issue if needed.  I believe this 
should satisfy the automated build usecase.  


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] bigosmallm commented on issue #230: The NPM install for royale-js-swf does not allow -y, --yes or other ways to confirm automatically

2018-05-15 Thread GitBox
bigosmallm commented on 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#issuecomment-389343132
 
 
   The download dependencies code runs as a postInstall script during the npm 
install lifecycle.  I am not sure if we can pass params to an `npm install` 
call.
   This ticket: https://github.com/npm/npm/issues/8431 was closed a a `wont 
fix` :-(
   
   Would setting up env variables be a valid option for you?


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:
us...@infra.apache.org


With regards,
Apache Git Services