Skip to content

Instantly share code, notes, and snippets.

@Banhawy
Created January 31, 2019 14:24
Show Gist options
  • Save Banhawy/20cce136eb61124783346d8856e3a17f to your computer and use it in GitHub Desktop.
Save Banhawy/20cce136eb61124783346d8856e3a17f to your computer and use it in GitHub Desktop.
[Check if Node installed is 32 or 64 bit] #javascript #node
# Will return 'arm', 'ia32', or 'x64'
node -p "process.arch"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment