You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] --save dev. The output of either installation attempt was:
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
This is on a machine running Node 16.3.2 and NPM 8.1.2
The text was updated successfully, but these errors were encountered:
@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.
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
ornpm install [email protected] --save dev
. The output of either installation attempt was:This is on a machine running Node 16.3.2 and NPM 8.1.2
The text was updated successfully, but these errors were encountered: