animate-extension icon indicating copy to clipboard operation
animate-extension copied to clipboard

Can not compile

Open abdulgalimov opened this issue 7 years ago • 2 comments

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?

abdulgalimov avatar Feb 20 '18 15:02 abdulgalimov

Create a symbolic link:

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

bigtimebuddy avatar Feb 20 '18 15:02 bigtimebuddy

Thanks! It works

abdulgalimov avatar Feb 20 '18 15:02 abdulgalimov