node-inotify icon indicating copy to clipboard operation
node-inotify copied to clipboard

Apple Silicon/ARM 64 Support

Open charlieartist opened this issue 3 years ago • 4 comments

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.

charlieartist avatar Jan 20 '22 17:01 charlieartist

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

c4milo avatar Jan 20 '22 18:01 c4milo

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

lagatanegra avatar Sep 01 '22 12:09 lagatanegra

Any Solution For ARM64 Mac

AyushNigam11 avatar Sep 20 '22 05:09 AyushNigam11

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

sohge avatar Feb 18 '23 10:02 sohge