Skip to content

Instantly share code, notes, and snippets.

@MatthewRalston
Created February 8, 2018 07:34
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 MatthewRalston/22108f91674d11ce00d27a2404bf0aea to your computer and use it in GitHub Desktop.
Save MatthewRalston/22108f91674d11ce00d27a2404bf0aea to your computer and use it in GitHub Desktop.
Reload node module
delete require.cache[require.resolve('./dep')];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment