T
T
Tobster2018-09-04 23:58:38
npm
Tobster, 2018-09-04 23:58:38

Browser-sync cyclically trying to start?

I installed the node and browsersync with the command cmd npm install -g browser-sync
Then I write from the project folder browser-sync start -s -f "*.html, css/*.css"
I get some kind of meat grinder cyclically:
5b8ef4c9dfca3965668471.png
Why does it itself, after pressing Enter, repeats my command line by line at high speed, what am I doing wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita Egorov, 2018-09-05
@Tobster

Well, first those commands that you had to run to install:

npm init
npm i -g -D browser-sync

To start, try specifying only one directory:
browser-sync start -s -f "css/*.css"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question