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
When I create a new solid with pnpm create solid and select the with-authjs template I get the following warnings:
WARN Issues with peer dependencies found
.
└─┬ @solid-mediakit/auth 3.1.2
├── ✕ unmet peer @auth/core@^0.37.3: found 0.37.0
└── ✕ unmet peer vinxi@^0.4.3: found 0.5.3
When I run pnpm run dev the browser throws Uncaught SyntaxError: The requested module '/_build/node_modules/.pnpm/[email protected]/node_modules/cookie/index.js?v=656a2d77' does not provide an export named 'parse' (at.
When I update @auth/core to version 0.37.3 the error changes to Uncaught ReferenceError: exports is not defined.
floratmin
changed the title
[Bug?]: Uncaught SyntaxError: The requested module '/_build/node_modules/.pnpm/[email protected]/node_modules/cookie/index.js?v=656a2d77' does not provide an export named 'parse' (at
[Bug?]: with-authjs template not working
Feb 18, 2025
Duplicates
Latest version
Current behavior 😯
When I create a new solid with
pnpm create solid
and select thewith-authjs
template I get the following warnings:When I run pnpm run dev the browser throws
Uncaught SyntaxError: The requested module '/_build/node_modules/.pnpm/[email protected]/node_modules/cookie/index.js?v=656a2d77' does not provide an export named 'parse' (at
.When I update
@auth/core
to version0.37.3
the error changes toUncaught ReferenceError: exports is not defined
.Sams error message was mentioned on next.
Expected behavior 🤔
The example should work.
Steps to reproduce 🕹
Steps:
Context 🔦
No response
Your environment 🌎
The text was updated successfully, but these errors were encountered: