TypeError [ERR_FEATURE_UNAVAILABLE_ON_PLATFORM]: The feature watch recursively is unavailable on the current platform, which is being used to run Node.js
at Object.watch (fs.js:1470:11)
at add (/home/reoring/git/yyts/yychat-server/node_modules/filewatcher/index.js:74:34)
at /home/reoring/git/yyts/yychat-server/node_modules/filewatcher/index.js:93:5
at FSReqCallback.oncomplete (fs.js:177:5)
Add --poll
to the startup options of node-dev.
"scripts": {
"start:dev": "ts-node-dev --poll src/index.ts",
},