jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.26k stars 508 forks source link

Watch Mode not watching for changes in WSL2 #782

Closed niyabits closed 4 years ago

niyabits commented 4 years ago

Current Behavior

I created a fresh project with tsdx and used yarn start In the terminal it says, watching for changes

But when I make any changes nothing happens.

image

Expected behavior

I expected it to watch for change and compile my dist

Suggested solution(s)

Additional context

Your environment

Software Version(s)
TSDX 0.13.2
TypeScript 3.9.7
Browser Microsoft Edge
npm/Yarn yarn 1.19.0
Node 12.18.2
Operating System Windows 10 - WSL2
niyabits commented 4 years ago

Seems like a WSL2 issue rather than a tsdx issue. Closing this. https://github.com/microsoft/WSL/issues/4417

niyabits commented 4 years ago

yes, I referenced the WSL issue. Everything is working fine now.