pixijs / animate-extension

Custom Platform Plugin for Adobe Animate CC (Formerly Adobe Flash CC) - to export animation for the PixiJS renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not compile

abdulgalimov opened this issue · comments

commented

Adobe Animate CC 2018.
macOS High Sierra

I see an error when compiling:

ERROR: Electron is required to be installed at /usr/local/bin/electron
Install by running the following from a commandline:

	npm install electron-prebuilt -g

The electron on the command line is launched:

$ which electron
/Users/sam/.nvm/versions/node/v9.2.0/bin/electron

How to fix it?

Create a symbolic link:

sudo ln -s /Users/sam/.nvm/versions/node/v9.2.0/bin/electron /usr/local/bin/electron
commented

Thanks! It works