I am new to Alpine Linux and I tried to install Node.js 4.
According to this I can specify the version like this:
apk add nodejs=4
I also tried this because I though maybe it doesn't understand semantic versions and I saw here that 4.3.0-r0 seems to be the only available version:  
apk add nodejs=4.3.0-r0
Both commands lead to an error:
ERROR: unsatisfiable constraints: nodejs-6.2.0-r0: breaks: world[nodejs=4.3.0-r0]
What am I doing wrong?