You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a library built for Qwik (ex: @modular-forms/qwik) causes an error when running pnpm preview or when trying to serve with a Qwik adapter like express.
β TypeError [ERR_INVALID_MODULE_SPECIFIER]: Invalid module "@qwik-city-plan" is not a valid package name imported from C:\_work\websites\qwik-error\node_modules\.pnpm\@builder.io+qwik-city@0.100.0_@builder.io+qwik@0.100.0\node_modules\@builder.io\qwik-city\index.qwik.mjs
Which component is affected?
Qwik Runtime
Describe the bug
Adding a library built for Qwik (ex: @modular-forms/qwik) causes an error when running
pnpm preview
or when trying to serve with a Qwik adapter like express.β TypeError [ERR_INVALID_MODULE_SPECIFIER]: Invalid module "@qwik-city-plan" is not a valid package name imported from C:\_work\websites\qwik-error\node_modules\.pnpm\@builder.io+qwik-city@0.100.0_@builder.io+qwik@0.100.0\node_modules\@builder.io\qwik-city\index.qwik.mjs
See simple example here.
https://stackblitz.com/github/tuurbo/qwik-error
run
pnpm preview
from terminalReproduction
https://stackblitz.com/github/tuurbo/qwik-error
Steps to reproduce
pnpm create qwik
pnpm add @modular-forms/qwik
replace index.tsx with simple example
pnpm preview
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: