I used old Quasar v2 with node 14.17.6. After upgrading into the latest Quasar v2, I updated into node 16.18.0. I removed node_modules folder and installed node_modules & latest quasar cli again and tried quasar build & run. But it doesn’t work.
node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise
/);
RpcRemoteError: All files matched by 'mapui/src/**/
.{ts,tsx,js,jsx,vue}’ are ignored.
The only solution what I found is installing node_modules with node 16.x and quasar run with node 14.x. But I don’t think it’s appropriate solution.