Skip to content

Release Notes 0.9.0

aharui edited this page Feb 7, 2018 · 1 revision

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.

Clone this wiki locally