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

    Fix @Babel error after update from v1.0.0-beta22 to v1.0.0-rc4

    Useful Tips (NEW)
    1
    1
    172
    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.
    • E
      emahuni last edited by

      Hope this helps someone

      What did you get as the error?

      Cannot find module '/app/node_modules/@quasar/babel-preset-app/node_modules/@babel/runtime/helpers/interopRequireDefault' from 'jest.setup.js'
      

      What were you expecting?

      tests to run as usual

      What steps did you take, to get the error?

      I updated quasar from version 1.0.0-beta.22 to quasar version 1.0.0-rc4

      Solution

      I then solved the issue by doing the following:

      cd node_modules/@quasar/babel-preset-app && yarn
      

      after that it runs as before. Reason being that the package wasn’t installed, I don’t know why, maybe it didn’t happen during upgrade process.

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