Cordova Common Issue 5.01 release - Meteor 2.16 - Build fail

cordova-common library was updated to 5.01 on Jan 28, 2025, and is now using an fs node function that is compatible with Node 16+ only.

cordova-common/src/FileUpdater.js
TypeError: fs.cpSync is not a function
fs.cpSync(path.join(rootDir, sourcePath), targetFullPath, { recursive: true });

Here we are disccusing about the same issue. Hopefully there is a way we can find to force 5.0.0 version in your case.