pilcrowOnPaper / oslo

A collection of auth-related utilities
https://oslo.js.org
MIT License
1.03k stars 34 forks source link

Error due to different versions #89

Open nihilum-labs opened 1 month ago

nihilum-labs commented 1 month ago
./node_modules/.pnpm/oslo@1.2.0/node_modules/oslo/dist/crypto/index.js
Package oslo (serverExternalPackages or default list) can't be external
The request oslo/crypto matches serverExternalPackages (or the default list), but it can't be external:
The package resolves to a different version when requested from the project directory (1.2.1) compared to the package requested from the importing module (1.2.0).
Make sure to install the same version of the package in both locations.

Hello, trying with new React 19.0.0-rc-6ebfd5b0-20240818 and got this error. On React 18 everything ok.

bdrtsky commented 1 month ago

Same for me

Package oslo (serverExternalPackages or default list) can't be external
The request oslo/cookie matches serverExternalPackages (or the default list), but it can't be external:
The package resolves to a different version when requested from the project directory (1.2.1) compared to the package requested from the importing module (1.2.0).
Make sure to install the same version of the package in both locations.

React 19, Next 15