No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar cannot find module '../lib/node-version-check'

    Help
    1
    1
    372
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      AndrewE last edited by

      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

      1 Reply Last reply Reply Quote 0
      • First post
        Last post