This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git

commit 8abfe032611a92e29ca167d4d10a1b9583dd8fc3
Author: Josh Tynjala <[email protected]>
AuthorDate: Tue Apr 9 12:32:07 2024 -0700

    download-royale: fix royale-js-swf npm global install
    
    requires --foreground-scripts option
---
 get-started/download-royale.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/get-started/download-royale.md b/get-started/download-royale.md
index d6145f6..1fef6d8 100644
--- a/get-started/download-royale.md
+++ b/get-started/download-royale.md
@@ -47,13 +47,13 @@ If you want SWF output as well as JavaScript output, 
install these packages inst
 ### Mac
 
 ```sh
-sudo npm install @apache-royale/royale-js-swf -g
+sudo npm install @apache-royale/royale-js-swf -g --foreground-scripts
 ```
 
 ### Windows
 
 ```sh
-npm install @apache-royale/royale-js-swf -g
+npm install @apache-royale/royale-js-swf -g --foreground-scripts
 ```
 
 If the install completes successfully, you are ready to compile your 
application with Royale by using the mxmlcnpm tool from the command-line.  The 
NPM install should have put mxmlcnpm in your path.

Reply via email to