-
Notifications
You must be signed in to change notification settings - Fork 6
The playground doesn't work #1
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
The browser page is blank
Terminal logs:
$ pnpm i
$ cd playground
$ pnpm dev
> @ dev /xxx/unplugin-stencil/playground
> nodemon -w '../src/**/*.ts' -e .ts -x vite
[nodemon] 3.1.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): ../src/**/*.ts
[nodemon] watching extensions: ts
[nodemon] starting `vite`
┌───────────────────────────────────┐
│ New version of nodemon available! │
│ Current Version: 3.1.0 │
│ Latest Version: 3.1.4 │
└───────────────────────────────────┘
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
VITE v5.0.4 ready in 795 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ Inspect: http://localhost:5173/__inspect/
[ ERROR ] unhandledRejection: Error: Debug Failure. False expression. at Object.createWatchProgram
(/xxx/unplugin-stencil/node_modules/.pnpm/@stencil+core@4.12.2/node_modules/@stencil/core/compiler/stencil.js:126100:11)
at createTsBuildProgram
(/xxx/unplugin-stencil/node_modules/.pnpm/@stencil+core@4.12.2/node_modules/@stencil/core/compiler/stencil.js:190368:17)
at
/xxx/unplugin-stencil/node_modules/.pnpm/@stencil+core@4.12.2/node_modules/@stencil/core/compiler/stencil.js:271730:9
at new Promise (<anonymous>) at createFullBuild
(/xxx/unplugin-stencil/node_modules/.pnpm/@stencil+core@4.12.2/node_modules/@stencil/core/compiler/stencil.js:271706:12)
at Object.build
(/xxx/unplugin-stencil/node_modules/.pnpm/@stencil+core@4.12.2/node_modules/@stencil/core/compiler/stencil.js:275808:25)
at TransformContext.transform
(/xxx/unplugin-stencil/playground/vite.config.ts:145:35)
at plugin.transform
(/xxx/unplugin-stencil/node_modules/.pnpm/unplugin@1.10.1/node_modules/unplugin/dist/index.js:1512:25)
at
/xxx/unplugin-stencil/node_modules/.pnpm/vite-plugin-inspect@0.8.1_@nuxt+kit@3.11.2_rollup@4.14.3__rollup@4.14.3_vite@5.0.4_@types+node@20.12.7_terser@5.30.3_/node_modules/vite-plugin-inspect/dist/index.cjs:387:26
at plugin.<computed>
(/xxx/unplugin-stencil/node_modules/.pnpm/vite-plugin-inspect@0.8.1_@nuxt+kit@3.11.2_rollup@4.14.3__rollup@4.14.3_vite@5.0.4_@types+node@20.12.7_terser@5.30.3_/node_modules/vite-plugin-inspect/dist/index.cjs:374:14)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed