F
F
Flixon2018-02-27 16:08:06
Node.js
Flixon, 2018-02-27 16:08:06

Can't figure out Gulp errors?

People help!
I'm new to this business
I want to create a website
I need to install gulp but it gives such errors
and when I prescribe gulp I need it to throw on localhost/8888, and it throws on 3000
5a95578aae450201642527.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nakree, 2018-02-27
@nakree

These are not errors, but warnings about updating dependencies in gulp itself. Pay no attention to them.
Gulp needs to be installed locally in the project as well. And gulp itself can't "throw" to localhost, because it's a task runner. This is done by the browser-sync plugin, and you can specify the desired port in the config for it.
Read more about gulp documentation to understand how to use it.

A
Andrey Sanych, 2018-02-27
@mountpoint

+1 to nakree
's answer And here's a Gulp Screencast

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question