Open ZachSaucier opened 8 years ago
@ZachSaucier I'm currently at a conference and will try to look into this when I'm back. From the pathing I notice you're on Windows. I have not tested on windows yet. I will have to check if the issue is caused by this.
I've installed ae-to-json and the other requirements and don't get any errors when I run
node someFile.js
with this inside it:However, if I add
ae.execute(aeToJSON)
afterwards, taken from the instructions, then I get this:It seems that the AE project is not being converted to JS properly and thus interprets it as this mess of symbols.
How can I fix this issue?