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

Need support m1 macbook pro #9

Open
qiuzuhui opened this issue Nov 12, 2022 · 5 comments · May be fixed by #10
Open

Need support m1 macbook pro #9

qiuzuhui opened this issue Nov 12, 2022 · 5 comments · May be fixed by #10

Comments

@qiuzuhui
Copy link

Currently when i install the package npm install protoc --save-dev
I got error : Unsupported platform: darwin_x86_32. Was not able to find a proper protoc version.

@brunobely
Copy link

brunobely commented Nov 18, 2022

I think this line needs to be updated to correctly pick up when process.arch === arm64.

@amirping
Copy link

I create a fix for M1 chips. it's the same lib but with M1 support
https://www.npmjs.com/package/@pingghost/protoc

@itsAmr
Copy link

itsAmr commented Feb 21, 2023

On my side v1.1.0 introduced this issue. Reverting back to v1.0.4 works.

kittaakos pushed a commit to kittaakos/arduino-ide that referenced this issue Aug 3, 2023
it's unavailable on macOS arm64 (YePpHa/node-protoc#9) and the API
generation is a manual process: 0942ef6

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
kittaakos pushed a commit to kittaakos/arduino-ide that referenced this issue Aug 3, 2023
it's unavailable on macOS arm64 (YePpHa/node-protoc#9) and the API
generation is a manual process: 0942ef6

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
@sgonzalez-pluto
Copy link

On my side v1.1.0 introduced this issue. Reverting back to v1.0.4 works.

Same here, we had protoc v1.1.3 and reverting to v1.0.4 did the trick. Thanks!

@douglasgomes98
Copy link

I create a fix for M1 chips. it's the same lib but with M1 support
https://www.npmjs.com/package/@douglasgomes98/protoc

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

Successfully merging a pull request may close this issue.

6 participants