Watching files for changes not working on special characters path
Package version
4.0.2
Node.js and npm version
Node -> 10.12.0 NPM -> 6.4.1
#Tested Windows 10 / 2016 server
Problem: I had a project in a folder named E:\Projects\C#\MyAPI and when I run: adonis serve --dev the console showed me the message "SERVER STARTED//Watching files for change..." but it didn't acknowledged the changes I made.
Possible solution: Changed the project to E:\Projects\MyAPI and everything worked fine.
PS: Same solution/api versions worked fine on my MAC.
Don't know it this was posted before, I searched prior to make a new issue and didn't find anything related.. but I hope it helps anyway.
Thanks!
The newer version of cli (unreleased) is a re-write from scratch. Closing the issue, unless it gets re-created from newer version as well.