c4milo / c4milo/node-inotify

Apple Silicon/ARM 64 Support

Open
#78 4 comments 5 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
242
Forks
39
PR merge metrics
No merged PRs in 30d

Description

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

```
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for inotify@1.4.6: 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](https://github.com/jackfranklin/gulp-load-plugins/issues/142).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.