Skip to content

Instantly share code, notes, and snippets.

@jcmoore
Last active February 9, 2017 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcmoore/59e32caf486cd53e61574af573cf96ed to your computer and use it in GitHub Desktop.
Save jcmoore/59e32caf486cd53e61574af573cf96ed to your computer and use it in GitHub Desktop.
vscode notes

regarding the build command ./scripts/npm.sh install --arch=x64 environment variables CPATH="/usr/include" LIBRARY_PATH="/usr/lib" may be needed

regarding file watcher limits (for incremental-building/code-reloading) on Arch Linux use echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system

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