Last active
July 19, 2018 07:00
-
-
Save hdytsgt/5cf61cfbf20d729b1f13a8a8b86ce50f to your computer and use it in GitHub Desktop.
Rebuild node-sass against Electron (v1.3.4) under x64 architecture
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
| HOME=~/.electron-gyp | |
| ./node_modules/node-gyp/bin/node-gyp.js | |
| rebuild | |
| --target=1.3.4 | |
| --arch=x64 | |
| --dist-url=https://atom.io/download/atom-shell | |
| --verbose |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With
node-gypunder module folder :node-gyp rebuild --target=1.3.4 --arch=x64 --dist-url=https://atom.io/download/atom-shell --verbose