cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11.81k stars 2.84k forks source link

Module BrowserSync is not available! You either misspelled the module name #3546

Open lokesh1729 opened 2 years ago

lokesh1729 commented 2 years ago

What happened?

Browsersync is not working. When I open localhost:3001 it's showing like this - https://imgur.com/a/crG1CnY

Ref - https://github.com/BrowserSync/browser-sync/issues/1885

What should've happened instead?

It should open browsersync and work fine.

Additional details

Python version - 3.9.7

Node version - 16.13.2

browniebroke commented 2 years ago

I don't really use that UI, is it providing a lot of value? AFAIK, the hot reloading works, no? Is it working if you downgrade as suggested in the BroserSync issue? If so, would you mind sending a pull request for that?