We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Hi Alex, what do you get when you run `node -p "process.arch"`? If the value is x64, then I would try reinstalling the version of node you are using (make sure your terminal is on the right arch, x64 is normally better), it is very hard to switch node arch, there might be a better way but this is the simplest way I can find :)
I get arm64. I only (finally) managed to solve the issue by using pnpm instead of npm.
Very odd, as you can see from my example I've been using yarn. But glad you got it working, that's the important thing!
Yes, as you wrote it's odd how the platform detection mechanism works differently with different package managers.
Thank you for the post, but I'm stuck with the same error, even though process.arch is arm64 as it should