Failing to build Vue app due fibers.node missing

Hello. I apologize in advance if this issue is trivial to solve, but I haven’t found a way how to solve it on my own.

When I try to build a Vue.js application with Render, it fails due to the following

## There is an issue with `node-fibers` ##
Jan 21 03:55:34 PM  `/opt/render/project/src/node_modules/fibers/bin/linux-x64-83-glibc/fibers.node` is missing.

I am able to build it locally, using the same command and the latest Node version. The common advice on the internet is to re-install node-fibers, ideally globally. But how can I tackle this with Render?

Any help is much appreciated.