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

Error publishing with pixi in adobe animate on MacBook Pro m1 #83

Open
G3nzalo opened this issue Nov 1, 2021 · 2 comments
Open

Error publishing with pixi in adobe animate on MacBook Pro m1 #83

G3nzalo opened this issue Nov 1, 2021 · 2 comments

Comments

@G3nzalo
Copy link

G3nzalo commented Nov 1, 2021

Hello good afternoon.
First of all, thanks you very much for the space to be able to consult and apologize for the inconvenience in advance.
I'm having trouble publishing the project / mockup from Adobe Animate using the PIXI extension.
In console it tells me that electron is not installed and suggests launching npm install electron -g

The truth is that I have everything installed:
Adobe Animate version with paid license.
Pixi downloaded from the Adobe store.
Electron installed in its version compatible with macbook pro m1.

I would like to know if I am doing something wrong, I urgently need to be able to solve this,

Thank you,
Greetings.
Gonzalo.


Hola buenas tardes.
Primero que nada muchas gracias por el espacio para poder consultar y disculpas por las molestias de antemano.
Estoy teniendo problemas al publicar el proyecto/maqueta desde Adobe Animate utilizando la extension de PIXI.
En consola me dice que no esta instalado electron y sugiere lanzar npm install electron -g

La verdad es que tengo todo instalado :
Adobe Animate version con llicencia paga.
Pixi descargado desde la tienda de Adobe.
Electron instalado en su version compatible con macbook pro m1 .
Me gustaria saber si estoy haciendo algo mal , necesito urgente poder resolver esto,

Muchas gracias,
Saludos.
Gonzalo.

@komly
Copy link

komly commented Nov 17, 2021

Hi, you need to link electron to specific path

`
which electron
/Users/komly/.nvm/versions/node/v14.18.1/bin/electron

ln -s /Users/komly/.nvm/versions/node/v14.18.1/bin/electron /usr/local/bin/electron
`

@komly
Copy link

komly commented Dec 30, 2021

Little addition, if you use nvm you need to link and overwrite default node to nvm version, plugin uses absolute paths
/usr/local/bin/node /usr/local/bin/electron
sudo ln -s /Users/komly/.nvm/versions/node/v16.13.0/bin/node /usr/local/bin/node

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