Skip to content

Instantly share code, notes, and snippets.

@BluePraise
Created December 10, 2014 13:23
Show Gist options
  • Save BluePraise/38c2984225badb957f62 to your computer and use it in GitHub Desktop.
Save BluePraise/38c2984225badb957f62 to your computer and use it in GitHub Desktop.
Set Path to Gulp Globally on Windows
// http://stackoverflow.com/questions/9546324/adding-directory-to-path-environment-variable-in-windows
// Paste this in your cmd terminal and replace [username]
// with your computer username. This is to tell your computer
// that your npm packages are in this directory.
set PATH=%PATH%; C:\Users\[username]\AppData\Roaming\npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment