trydofor / professional-razor

Use front-end tech (Vue/Css/Ts) to build multi-platform from one codebase, suitable for small team and app to write logic once, run anywhere.
Apache License 2.0
1 stars 0 forks source link

down typescript from 5.7.2 to 5.6.3 #106

Open trydofor opened 5 hours ago

trydofor commented 5 hours ago
> nuxi generate

Nuxt 3.14.1592 with Nitro 2.10.4                                                                                                 11:21:16 AM
ℹ Using Nitro server preset: static                                                                                             11:21:17 AM
ℹ Compiled types/schema.d.ts in 898.58ms                                                                                        11:21:23 AM
ℹ Compiled uno.config.mjs in 932.94ms                                                                                           11:21:23 AM
ℹ Compiled router.options.mjs in 508.17ms                                                                                       11:21:23 AM
ℹ Building client...                                                                                                            11:21:25 AM
ℹ vite v5.4.11 building for production...                                                                                       11:21:25 AM
transforming (12) ../../node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/index.mjs
xxxx/node_modules/.pnpm/vue-tsc@2.1.10_typescript@5.7.2/node_modules/vue-tsc/index.js:34
            throw err;
            ^
Search string not found: "/supportedTSExtensions = .*(?=;)/"
(Use `node --trace-uncaught ...` to show where the exception was thrown)
trydofor commented 5 hours ago

https://github.com/vuejs/language-tools/issues/5018

trydofor commented 5 hours ago

workaround

  "resolutions": {
    "typescript": "5.6.3"
  }