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

Apple Silicon/ARM 64 Support #78

Open
charlieartist opened this issue Jan 20, 2022 · 4 comments
Open

Apple Silicon/ARM 64 Support #78

charlieartist opened this issue Jan 20, 2022 · 4 comments

Comments

@charlieartist
Copy link

In attempting to install gulp-load-plugins, was hit with this issue:

npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"linux"} (current: {"os":"darwin","arch":"arm64"})
npm ERR! notsup Valid OS:    linux
npm ERR! notsup Valid Arch:  undefined
npm ERR! notsup Actual OS:   darwin
npm ERR! notsup Actual Arch: arm64

Is there a reason that ARM64-based machines would have an issue?

Currently running Node 16.3.2 and NPM 8.1.2.

Also cross-referencing this issue with one opened on gulp-load-plugins.

@c4milo
Copy link
Owner

c4milo commented Jan 20, 2022

inotify is an API exclusively offered by the Linux Kernel. It is basically what the error message is telling.

@lagatanegra
Copy link

Is it possible to have a release on Silicon/ARM 64 support?

@AyushNigam11
Copy link

Any Solution For ARM64 Mac

@sohge
Copy link

sohge commented Feb 18, 2023

In attempting to install gulp-load-plugins, was hit with this issue:

npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"linux"} (current: {"os":"darwin","arch":"arm64"})
npm ERR! notsup Valid OS:    linux
npm ERR! notsup Valid Arch:  undefined
npm ERR! notsup Actual OS:   darwin
npm ERR! notsup Actual Arch: arm64

Is there a reason that ARM64-based machines would have an issue?

Currently running Node 16.3.2 and NPM 8.1.2.

Also cross-referencing this issue with one opened on gulp-load-plugins.

Had the same error message for : npm install cypress -save dev
The problem was the type: npm install cypress -save-dev
That work for me on Apple M1 Pro

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

5 participants