node.js - cannot install browsersync after installing nodejs -


a little background:

i have started course online via coursea "html, css, , javascript web developers" recommended "anyone interested in starting in web development." knowledge minimal in regards web development.

i have windows 10 laptop , followed video instructions exactly. downloaded node js, , checked installed npm --version, , fine. closed cmd re-opened install browsersync npm install -g browser-sync , following appeared browsersync issue

i uninstalled nodes js , reinstalled , tried install browsersync once again. same messages appeared. changed path variable c:\users\natalie\appdata\roaming\npm , added c:\program files\nodejs , same message appeared.

i have tried source own answer via various forums, etc see if else has had similar issues, have spent 2 days on trying work out myself.

can help? appreciate it.

thanks in advance


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -