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
Issues with peer dependencies found on install ([email protected]), and two Vite build errors (DragSource, DropTarget).
To Reproduce
Steps to reproduce the behavior:
For install error: pnpm add @sanity/hierarchical-document-list
For build error (after above):
Add hierarchicalDocumentList and hierarchyTree per installation instructions.
Run: pnpm run dev and open browser to http://localhost:3333/
Expected behavior
To install into my Sanity project without errors and run correctly.
Screenshots
Which versions of Sanity are you using?
@sanity/cli (global) 3.34.0 (up to date)
@sanity/eslint-config-studio 3.0.1 (up to date)
@sanity/hierarchical-document-list 2.0.0 (up to date)
@sanity/icons 2.11.2 (up to date)
@sanity/ui 2.0.10 (up to date)
@sanity/vision 3.34.0 (up to date)
sanity 3.34.0 (up to date)
What operating system are you using?
Windows 11
Which versions of Node.js / npm are you running?
Node v21.7.0
pnpm 8.15.4 (via Corepack)
The text was updated successfully, but these errors were encountered:
Installing with NPM seems to work, but I've been using pnpm with SvelteKit on the front end and Sanity on the backend up until now, so having to switch to a different package manager for Sanity is less than ideal.
Describe the bug
Issues with peer dependencies found on install ([email protected]), and two Vite build errors (DragSource, DropTarget).
To Reproduce
Steps to reproduce the behavior:
pnpm add @sanity/hierarchical-document-list
Add
hierarchicalDocumentList
andhierarchyTree
per installation instructions.Run:
pnpm run dev
and open browser to http://localhost:3333/Expected behavior
To install into my Sanity project without errors and run correctly.
Screenshots
Which versions of Sanity are you using?
What operating system are you using?
Windows 11
Which versions of Node.js / npm are you running?
Node v21.7.0
pnpm 8.15.4 (via Corepack)
The text was updated successfully, but these errors were encountered: