You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@sexypiperhardluck1
What is your package manager (npm, yarn, bower, etc.)?
Mine, e.g., is npm, so to get gulp, I'll go to the project directory where I have my package.json and in the terminal run npm install --save-dev gulp@^4.0.0. Checking my package.json, I see that gulp has been added to my development dependencies, and I can now use gulp locally.
55eb23a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@phated Yay, 4.0! Congrats on the release!
55eb23a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congradulations~
55eb23a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get it on where with what and how do I get gulp. newborn baby at this stuff..!! PLEASE HELP I'm about to pull my hair out
55eb23a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sexypiperhardluck1
What is your package manager (npm, yarn, bower, etc.)?
Mine, e.g., is npm, so to get gulp, I'll go to the project directory where I have my package.json and in the terminal run
npm install --save-dev gulp@^4.0.0
. Checking my package.json, I see that gulp has been added to my development dependencies, and I can now use gulp locally.