Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Configure Gulp in WebStorm. WS does not recognize gulp.pipe method

When I took gulp course I cloned the project from GitHub and everything worked perfectly. It even had a gulp shortcut at the left bottom corner.

I created new project and started writing gulpfile.js file by myself.

So, WS does not recognize 'gulp.pipe' method and a bunch of other methods.

How do I configure it?

1 Answer

It simply appers that

  1. Having gulp shortcut 2.Exploiting gulp.pipe method are not connected at all
  2. Shortcut exposure is set in some WS options 2.Gulp exploits jQuery pipe method

I'll leave it here in case someone encouters the same problem