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

    ModuleNotFoundError: Could not find module in path: 'quasar-framework'

    Help
    2
    5
    1086
    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.
    • B
      bellen last edited by

      when I’m using quasar in sandbox, I encounter this error from this morning, it’s working well before.
      anyone has some ideas on this?

      error log:
      Unhandled Rejection (Error)
      Cannot find module ‘quasar-framework’ from ‘/’
      Error: Cannot find module ‘quasar-framework’ from ‘/components/’
      ModuleNotFoundError: Could not find module in path: ‘quasar-framework’

      1 Reply Last reply Reply Quote 0
      • benoitranque
        benoitranque last edited by

        By sandbox do you mean jsfiddle?

        If not, make sure node version is 8 +

        B 1 Reply Last reply Reply Quote 0
        • B
          bellen @benoitranque last edited by

          @benoitranque said in ModuleNotFoundError: Could not find module in path: 'quasar-framework':

          jsfiddle

          It’s CodeSandbox.
          Previously it’s working fine all the time, but from this morning, the project can not be opened.
          below is the project web home page, you can see the error is ‘Unhandled Rejection (Error) Cannot find module ‘quasar-framework’ from ‘/’’
          https://mo0ooy4pl9.codesandbox.io/

          Even I created a new project in codesandbox, added quasar-framework dependency, same error encountered. looks like quasar-framework doesn’t work in codesandbox any more, don’t know it’s a temporary issue or got banned.

          1 Reply Last reply Reply Quote 0
          • benoitranque
            benoitranque last edited by

            You must use the UMD version of quasar. Here is a link to a working jsfiddle in case it can help

            B 1 Reply Last reply Reply Quote 0
            • B
              bellen @benoitranque last edited by

              @benoitranque
              yes, I saw this jsfiddle example, do you have any code sandbox example for reference? cause in Sandbox, it’s a vue project, I’m wondering how to add quasar into it.
              previously I import components from quasar-framework directly, but after upgrading to 0.15.1, it didn’t work anymore.

              in other words, if I want to add 0.15.1 version quasar into an existing Vue project, do you know how to do it?

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