Closed nalham closed 1 year ago
The package.json has all docusaurus components hardcoded to 2.4.0, not allowing to upgrade to the recent release of 2.4.1
package.json
2.4.1
npm install
yarn install
npm/yarn install works
npm/yarn install throws error
example npm error
npm ERR! Found: @docusaurus/core@2.4.1 npm ERR! node_modules/@docusaurus/core npm ERR! @docusaurus/core@"2.4.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @docusaurus/core@"2.4.0" from docusaurus-theme-search-typesense@0.11.0
Typesense Version: 0.11.0
OS: MacOS 13.3.1
I just published v0.12.0-0. Could you upgrade to this version and let me know if that fixes the issue?
v0.12.0-0
@jasonbosco That solved it, thanks!
Great, thank you for confirming!
Description
The
package.json
has all docusaurus components hardcoded to 2.4.0, not allowing to upgrade to the recent release of 2.4.1Steps to reproduce
2.4.1
npm install
oryarn install
Expected Behavior
npm/yarn install works
Actual Behavior
npm/yarn install throws error
example npm error
Metadata
Typesense Version: 0.11.0
OS: MacOS 13.3.1