Getting error while building node from source

Solved the issue! I had a wrong go version for amd64 instead of arm64
Reinstalled go, started from the beginning building process and then needed to add one more workaround symlink (like in this thread Can't build node from source)
/usr/local/include/boost -> homebrew/include/boost
After this make install finished

1 Like