jackfranklin / gulp-load-plugins

Automatically load in gulp plugins
https://github.com/jackfranklin/gulp-load-plugins
MIT License
757 stars 55 forks source link

Apple Silicon/ARM 64 Support #142

Open charlieartist opened 2 years ago

charlieartist commented 2 years ago

When moving a project over to a new Apple Silicon machine and updating node packages, was hit with errors when attempting to run npm install gulp-load-plugins --save dev or npm install gulp-load-plugins@2.0.7 --save dev. The output of either installation attempt was:

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

This is on a machine running Node 16.3.2 and NPM 8.1.2

jameelmoses commented 2 years ago

@charlieartist I've been actively using this on an M1 Mac since they were first released without issue. Is this still an issue? What Node version are you using? Creating a repo for me to replicate the issue would be helpful.