E
E
ELYOR KURBANOV2022-01-18 10:52:05
Node.js
ELYOR KURBANOV, 2022-01-18 10:52:05

BrowserSync not installing console?

1.I installed NodeJS and BrowserSync 2.Then

I copied and pasted the command:
nmp install -g browser sync

3.Wrote the command:
browser-sync --version
BUT it
61e670ee73068050249053.png

fails me Why doesn't it work?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2022-01-18
@Aleksandr-JS-Developer

Take a close look at your team:nmp install -g browser sync

spoiler

Not required: nmp install -g browser sync
Required:npm install -g browser-sync

S
Sergey delphinpro, 2022-01-18
@delphinpro

ELYOR KURBANOV , HYPHEN lost in the setup command. As a result, two other packages were installed - browser and sync. Or rather, they were trying to establish themselves. But you don't even pay attention to the red ERR marks during installation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question