animate-extension
animate-extension copied to clipboard
Can not compile
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
Thanks! It works