I'd like to determine whether some script that is being executed is running a particular version of Mac OSX. I realize I can exec/spawn the command:
sw_vers -productVersion
Is there a way to do this synchronously (similar to process.arch) without node-exec-sync? I realize its an accepted bad practice to spawn/exec synchronously, but I don't see another way.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…