Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-01 Thread OmPrakash Muppirala
I am not sure since I have never tested this on Linux. It appears that the installation is going on inside: /usr/local/lib/node_modules/flexjs Perhaps you can debug and provide a patch? :-) Thanks, Om On Fri, Sep 1, 2017 at 2:47 PM, Peter Spierenburg < peter.spierenb...@nautel.com> wrote: >

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-01 Thread Peter Spierenburg
Where does npm put its downloads directory? From: omup...@gmail.com on behalf of OmPrakash Muppirala Sent: September 1, 2017 2:47:56 PM To: users@flex.apache.org Subject: Re: How do I install FlexJS and FDT on Ubuntu

Re: Remote object for Flex JS

2017-09-01 Thread Alex Harui
Hi Folks, I just pushed changes that include a back port of amf.js to ActionScript. In doing so, the AMF code now uses the Reflection APIs that Greg Dove contributed. The test still only passes a String to the server, but in doing so, it has to wrap the String in an AsyncMessage subclass and I

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-01 Thread OmPrakash Muppirala
Peter, Do you see anything in the downloads directory as the npm install process is running? Thanks, Om On Fri, Sep 1, 2017 at 8:59 AM, Peter Spierenburg < peter.spierenb...@nautel.com> wrote: > $ sudo npm install flexjs -g > npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-01 Thread Peter Spierenburg
$ sudo npm install flexjs -g npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years. npm WARN deprecated minimatch@0.2.14:

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-01 Thread Piotr Zarzycki
Peter, Try do not download designmodo fonts to see what happen. -> This is an optional component (y/n): n. Thanks, Piotr 2017-09-01 17:24 GMT+02:00 Peter Spierenburg : > Ok, > > > I followed the instructions at https://davidwalsh.name/upgrade-nodejs > >

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-01 Thread Peter Spierenburg
Ok, I followed the instructions at https://davidwalsh.name/upgrade-nodejs [https://davidwalsh.name/wp-content/themes/punky/images/logo.png] Upgrade Node.js via NPM - David Walsh Blog davidwalsh.name Learn how to

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-01 Thread Josh Tynjala
I would recommend upgrading to at least Node 6, since that's the latest LTS release. Additionally, you may need to use sudo when installing packages globally with npm. - Josh On Sep 1, 2017 6:52 AM, "Peter Spierenburg" wrote:

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-01 Thread Piotr Zarzycki
Hi Peter, I see that on Windows there is node version 6.11.2. I see on the stack that yours is node v4.2.6 - What is the nevest for your Ubuntu distribution ? Maybe there is really need to be upgraded along with npm. Thanks, Piotr 2017-09-01 15:52 GMT+02:00 Peter Spierenburg