Hot reload error Ubuntu
See original GitHub issueHi, when I start the preview server on Ubuntu 22.04 (node 14 and node 16) I get this error:
error starting change watcher TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js
As a consequence the hot reload is not working and I must start and stop the preview server to reload changes.
Can you please help me?
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:22 (7 by maintainers)
Top Results From Across the Web
'Hot Reloading" not working on Ubuntu w/ React and Express ...
I have run into a very frustrating problem where my webpack-hot-middleware is not 'hot reloading'. It is building the project, and rebuilding the...
Read more >React create app hot reload is not always working on linux
Apparently hot module reloading only works out-of-the-box if you eject your app. But if you haven't ejected your app, then you can follow...
Read more >How to fix the NextJS HMR(hot reload ... - DEV Community
When working on NextJS applications inside WSL2, there seems to be an issue with HMR (Hot Reload) not detecting changes to your code...
Read more >XAML Hot Reload for Xamarin.Forms - Microsoft Learn
Reload changes to your XAML file instantly on your running application so you don't have to build your Xamarin.Forms project after every ...
Read more >Hot reload - Flutter documentation
Flutter's hot reload feature helps you quickly and easily experiment, build UIs, add features, and fix bugs. Hot reload works by injecting updated...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hell yes. thanks for testing! 🤝
Yes, it works! Thank you for the support!