Redis – How to fix: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js
I am trying to run a typescript express.js in a docker container. After running the docker I get the following error: > ts-node-dev src/app.ts Using ts-node version 8.10.1, typescript version 3.9.2 TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on…