Release Notes 0.9.0 - apache/royale-asjs GitHub Wiki

This document contains useful information for the release that was discovered after the RELEASE_NOTES file was finalized and packaged in the release.

NPM

The instructions in the READMEs for installing NPM were incorrect. You can use:

  • Mac
sudo npm install @apache-royale/royale-js -g

or for both JS and SWF output:

sudo npm install @apache-royale/royale-js-swf -g

- Windows
```bash
npm install @apache-royale/royale-js -g

or for both JS and SWF output:

npm install @apache-royale/royale-js-swf -g

Note that this will always give you the latest release, not the 0.9.0 release.