filebot / filebot-node

Run and monitor filebot commands remotely
https://www.filebot.net/
GNU General Public License v3.0
61 stars 13 forks source link

start needs to be updated for node 8.0 #26

Closed fallenczar closed 5 years ago

fallenczar commented 5 years ago

the function max-executable-size is deprecated in node 8.0.0 and above and has been replaced by max_old_space_size. users trying to run filebot-node on a system with newer node versionget an error stating node -max-executable-size=xx is an invalid option. if this can be documented it will help new users.

rednoah commented 5 years ago

Please paste the console output.

fallenczar commented 5 years ago

XXX@YYY:/opt/filebot-node/0.2.8.5$ node -v v10.16.0 XXX@YYY:/opt/filebot-node/0.2.8.5$ bash start node: bad option: --max-executable-size=64

rednoah commented 5 years ago

Thanks. Fixed with the latest beta.