Frontity Dev Command error

(node:10920) Warning: Closing file descriptor 3 on garbage collection
(Use node --trace-warnings ... to show where the warning was created)
(node:10920) [DEP0137] DeprecationWarning: Closing a FileHandle object on garbage collection is deprecated. Please close FileHandle objects explicitly using FileHandle.prototype.close(). In the future, an error will be thrown if a file descriptor is closed during garbage collection.

I have to downgrade my node version to v12^ when I develop with frontity.

It’s work but this “Warning: Closing file descriptor 3 on garbage collection” still coming.

Yeah, I know. But it works.