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 #142

Open
charlieartist opened this issue Jan 20, 2022 · 1 comment
Open

Apple Silicon/ARM 64 Support #142

charlieartist opened this issue Jan 20, 2022 · 1 comment

Comments

@charlieartist
Copy link

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
Copy link
Collaborator

@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.

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

2 participants