Created
January 31, 2019 14:24
-
-
Save Banhawy/20cce136eb61124783346d8856e3a17f to your computer and use it in GitHub Desktop.
[Check if Node installed is 32 or 64 bit] #javascript #node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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