adonis-cli icon indicating copy to clipboard operation
adonis-cli copied to clipboard

Watching files for changes not working on special characters path

Open lucasemif opened this issue 6 years ago • 1 comments

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!

lucasemif avatar May 28 '19 13:05 lucasemif

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.

thetutlage avatar Nov 07 '19 11:11 thetutlage