node-flex-sdk
node-flex-sdk copied to clipboard
A Node.js module to download and "install" the latest open source Apache/Adobe Flex SDK.
* added some items to `.gitignore` * updated the `url` to reference the `apache-flex-sdk-4.16.1` release * updated some dependencies
try `npm install [email protected]` got `version not found: [email protected]` while `npm install flex-sdk` got `[email protected]` Could you try to fix it? Possibly would require you to re-publish again
``` npm install --save-dev flex-sdk > npm ERR! cb() never called! ``` The same thing happens if I attempt to install a specific version like `npm install flex-sdk@~4.6.0-0`. It doesn't...
Is there any way to get this work with a current Apache Flex SDK 4.14.1? I need to have a current flex sdk because of major changes to the as3corelib....
I propose that this module MUST be re-written as a new module (let's refer to it as "flexsdk" for now) in order to support SemVer while also maintaining non-prelease, FlexSDK-specific...
When the Flex SDK moved under the Apache Foundation's flag, Apache had to make a number of changes in order to separate the Flex SDK core from the Adobe proprietary...