Merge pull request #7310 from BenV/patch-1

Add npm_config_target_arch to native module doc
This commit is contained in:
Kevin Sawicki 2016-09-22 09:34:19 -07:00 committed by GitHub
commit fcd6fd9fd5

View file

@ -21,6 +21,7 @@ An example of installing all dependencies for Electron:
export npm_config_target=1.2.3
# The architecture of Electron, can be ia32 or x64.
export npm_config_arch=x64
export npm_config_target_arch=x64
# Download headers for Electron.
export npm_config_disturl=https://atom.io/download/atom-shell
# Tell node-pre-gyp that we are building for Electron.