Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not compile #54

Open
abdulgalimov opened this issue Feb 20, 2018 · 2 comments
Open

Can not compile #54

abdulgalimov opened this issue Feb 20, 2018 · 2 comments

Comments

@abdulgalimov
Copy link

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?

@bigtimebuddy
Copy link
Member

Create a symbolic link:

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

@abdulgalimov
Copy link
Author

abdulgalimov commented Feb 20, 2018

Thanks! It works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants