pixijs / animate-extension

Custom Platform Plugin for Adobe Animate CC (Formerly Adobe Flash CC) - to export animation for the PixiJS renderer
128 stars 25 forks source link

Publish not generating .js file #73

Closed carlosdr-ntd closed 4 years ago

carlosdr-ntd commented 4 years ago

Hi,

We have:

We tried: ln -s /Users/name/.nvm/versions/node/v8.16.1/bin/electron /usr/local/bin/electron

When we try to publish the pixi with the lib options checked, Adobe gets stuck. If we don't select, it we don't have the .js file, but we have a .html and .json.

Please help.

idiazpor-ntd commented 4 years ago

You should replace the electron folder from /usr/local/bin/electron with the one in /Users/name/.nvm/versions/node/v8.16.1/bin/electron. So, try: rm -rf /usr/local/bin/electron and make again the ln -s [...] command.

carlosdr-ntd commented 4 years ago

It works, thank you!