Did previous versions call node-version-check when running a quasar command? This is a internal module that isn’t there.
With the latest cli (1.0.7), I can run “quasar -v”, but other commands result in an error beginning with:
internal/modules/cjs/loader.js:983
throw err;
^
Error: Cannot find module '../lib/node-version-check'
Require stack:
- D:\andrew\Projects\xxx\node_modules\@quasar\app\bin\quasar
Of course, node-version-check isn’t installed where it is looking.
I installed quasar globally with npm. Locally with yarn. Node 12.16.2, npm 6.14.4