You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
I'm running into this error with a clean install of a feathers app:
❯ npm run dev
> feathers-test@0.0.0 dev /home/gregg/Projects/feathers-test
> ts-node-dev --no-notify src/
Using ts-node version 8.10.1, typescript version 3.8.3
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:1441:11)
at add (/home/gregg/Projects/feathers-test/node_modules/filewatcher/index.js:74:34)
at /home/gregg/Projects/feathers-test/node_modules/filewatcher/index.js:93:5
at FSReqCallback.oncomplete (fs.js:176:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! feathers-test@0.0.0 dev: `ts-node-dev --no-notify src/`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the feathers-test@0.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/gregg/.npm/_logs/2020-05-07T02_10_29_080Z-debug.log
~/Projects/feathers-test
After the crash - I see a nodejs process running consuming 100% of a single core until I force kill the task.
Expected behavior
npm run dev should continue to build the project and watch for changes.
Actual behavior
Instead it throws the error and creates a node process.
Steps to reproduce
I'm running into this error with a clean install of a feathers app:
After the crash - I see a nodejs process running consuming 100% of a single core until I force kill the task.
Expected behavior
npm run dev
should continue to build the project and watch for changes.Actual behavior
Instead it throws the error and creates a node process.
System configuration
Manjaro 20.0 x64
Nodejs 14.1.0
npm 6.14.4
feathers-cli 4.3.0
Module versions (especially the part that's not working):
The text was updated successfully, but these errors were encountered: