Skip to content

Instantly share code, notes, and snippets.

@Hotell
Last active May 17, 2017 22:55
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 Hotell/112684f3b7c3f18ee7b2073eb227c60f to your computer and use it in GitHub Desktop.
Save Hotell/112684f3b7c3f18ee7b2073eb227c60f to your computer and use it in GitHub Desktop.
Setup Windows Machine

Windows Defender

One final piece to the Windows development puzzle is to go into Windows Defender (Windows' integrated antivirus scanne) and to configure the following exceptions:

Folders:

yarn cache dir
  • C:\Users\[Username]\AppData\Local\Yarn
 npm config get cache
  • C:\Users\[Username]\AppData\Roaming\npm-cache

  • C:\Users\[Username]\AppData\Local\lxss

  • location where you store your working copies

Processes:

  • node.exe
  • npm.exe
  • yarn.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment