Skip to content

Instantly share code, notes, and snippets.

@hdytsgt
Last active July 19, 2018 07:00
Show Gist options
  • Select an option

  • Save hdytsgt/5cf61cfbf20d729b1f13a8a8b86ce50f to your computer and use it in GitHub Desktop.

Select an option

Save hdytsgt/5cf61cfbf20d729b1f13a8a8b86ce50f to your computer and use it in GitHub Desktop.
Rebuild node-sass against Electron (v1.3.4) under x64 architecture
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
@hdytsgt

hdytsgt commented Mar 30, 2017

Copy link
Copy Markdown
Author

With node-gyp under module folder :
node-gyp rebuild --target=1.3.4 --arch=x64 --dist-url=https://atom.io/download/atom-shell --verbose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment