Answer the question
In order to leave comments, you need to log in
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:
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
Well, first those commands that you had to run to install:
npm init
npm i -g -D browser-sync
browser-sync start -s -f "css/*.css"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question