Skip to content

Instantly share code, notes, and snippets.

View BluePraise's full-sized avatar

Magalie Chetrit BluePraise

View GitHub Profile
@BluePraise
BluePraise / gist:38c2984225badb957f62
Created December 10, 2014 13:23
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