Skip to content

Running with Local Gulp Instead of Global Gulp

Brian Muenzenmeyer edited this page Aug 13, 2016 · 1 revision

Updating gulp globally is not always an option, depending on your environment or other projects.

To run Pattern Lab Node using the locally installed gulp library, access it from it's node_modules/ directory.

For example, in your terminal at the root of your project (likely an edition):

$ node_modules/gulp/bin/gulp.js patternlab:serve`