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
If you create a brand new qwik-nx project, install modular forms and try to debug/inspect locally, you'll get an error about and invalid qwik-city-plan module:
Invalid module "@qwik-city-plan" is not a valid package name imported from /Projects/myapp/node_modules/@builder.io/qwik-city/index.qwik.mjs
Current Behavior
If you create a brand new qwik-nx project, install modular forms and try to debug/inspect locally, you'll get an error about and invalid qwik-city-plan module:
Originally I wrote about it here: QwikDev/qwik#3297 (comment)
Expected Behavior
You should just be able to debug locally
GitHub Repo
No response
Steps to Reproduce
4 Run the debug preview:
Nx Report
Failure Logs
Invalid module "@qwik-city-plan" is not a valid package name imported from /Projects/myapp/node_modules/@builder.io/qwik-city/index.qwik.mjs
Additional Information
It's the exact same command being run with a brand new qwik project and I noticed that it works there without issue.
The text was updated successfully, but these errors were encountered: