masterclass-typescript icon indicating copy to clipboard operation
masterclass-typescript copied to clipboard

yarn dev:server Error

Open tadryanom opened this issue 3 years ago • 0 comments

user@pc:/home/user/masterclass-typescript/backend$ yarn dev:server yarn run v1.22.11 $ ts-node-dev --respawn --transpileOnly src/index.ts Using ts-node version 8.6.2, typescript version 3.8.2 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:1578:11) at add (/home/user/masterclass-typescript/backend/node_modules/filewatcher/index.js:74:34) at /home/user/masterclass-typescript/backend/node_modules/filewatcher/index.js:93:5 at FSReqCallback.oncomplete (fs.js:193:5) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command."

tadryanom avatar Aug 25 '21 21:08 tadryanom