SomeAverageDev / cozy-downloader

5 stars 0 forks source link

Unable to start version 0.0.16 #5

Closed clochix closed 8 years ago

clochix commented 8 years ago

Hi @SomeAverageDev,

You just hit one of the current limit of Cozy platform: to start an application, we parse the command defined as the start script and use the second word as the main program name.

So, for now, you can only use node server.js, not node --optimize_for_size --max_old_space_size=920 --gc_interval=100 server.js.

SomeAverageDev commented 8 years ago

fixed ! sorry I did not know about this issue

clochix commented 8 years ago

Thanks, it works fine now!