Duplicates
Latest version
Current behavior 😯
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/cookie@0.7.1/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.
Sams error message was mentioned on next.
Expected behavior 🤔
The example should work.
Steps to reproduce 🕹
Steps:
- pnpm create solid
- choose with-authjs
- pnpm i
- pnpm run dev
Context 🔦
No response
Your environment 🌎
Ubuntu 22.04
Node: 22.8.0
pnpm: 10.4.1
Duplicates
Latest version
Current behavior 😯
When I create a new solid with
pnpm create solidand select thewith-authjstemplate I get the following warnings:When I run pnpm run dev the browser throws
Uncaught SyntaxError: The requested module '/_build/node_modules/.pnpm/cookie@0.7.1/node_modules/cookie/index.js?v=656a2d77' does not provide an export named 'parse' (at.When I update
@auth/coreto version0.37.3the 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 🌎