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

    Can't resolve Typescript files during compile after package update

    Framework
    1
    1
    137
    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.
    • C
      ChrisO last edited by

      I did an update on my Node packages, and now my project is breaking during compile. I get messages that specific modules or dependencies can’t be found. My project has a mix of javascript and Typescript files, and all of the files that can’t be found are Typescript files. I have deleted node_modules, package-lock.json and the .quasar folder and re-run npm install many times. I’ve encountered the same issues when updating other projects and was able to get past the blockages eventually, but I can’t remember which particular change might have fixed the problem on the other projects. Another project has the exact same dependencies in the package-json and runs fine.

      The packages I’m using are below:

      “dependencies”: {
      “@bugsnag/js”: “^6.5.2”,
      “@quasar/extras”: “^1.7.0”,
      “@types/jquery”: “^3.3.32”,
      “axios”: “^0.19.2”,
      “core-js”: “^2.6.9”,
      “jquery”: “^3.4.1”,
      “quasar”: “1.5.8”,
      “socket.io-client”: “^2.3.0”,
      “vue-slick-carousel”: “^1.0.2”,
      “vue-touch-keyboard”: “^0.3.2”
      },
      “devDependencies”: {
      “@quasar/app”: “1.8.5”,
      “@quasar/quasar-app-extension-testing”: “^1.0.0”,
      “@quasar/quasar-app-extension-testing-unit-jest”: “^1.0.0”,
      “@quasar/quasar-app-extension-typescript”: “^1.0.0-beta.2”,
      “@types/node”: “11.9.5”,
      “@typescript-eslint/eslint-plugin”: “^1.12.0”,
      “@typescript-eslint/parser”: “^1.12.0”,
      “devtron”: “^1.4.0”,
      “electron”: “^7.1.12”,
      “electron-debug”: “^3.0.1”,
      “electron-devtools-installer”: “^2.2.4”,
      “electron-packager”: “^14.2.1”,
      “typescript”: “^3.8.3”
      },

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