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
The plugin is stuck on @sanity/ui@"^0.33.10, please bump this version to avoid dependency clashes. Project will run after removing sanity-plugin-table from package.json and then running sanity install table, but will fail when just doing an npm ci with sanity-plugin-table installed.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @sanity/[email protected]
npm ERR! node_modules/@sanity/ui
npm ERR! @sanity/ui@"^0.36.17" from @sanity/[email protected]
npm ERR! node_modules/@sanity/base
npm ERR! @sanity/base@"^2.23.3" from the root project
npm ERR! @sanity/base@"2.23.3" from @sanity/[email protected]
npm ERR! node_modules/@sanity/code-input
npm ERR! @sanity/code-input@"^2.23.3" from the root project
npm ERR! 6 more (@sanity/default-layout, @sanity/desk-tool, ...)
npm ERR! @sanity/ui@"^0.36.17" from @sanity/[email protected]
npm ERR! node_modules/@sanity/code-input
npm ERR! @sanity/code-input@"^2.23.3" from the root project
npm ERR! 6 more (@sanity/default-layout, @sanity/default-login, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! sanity-plugin-table@"^2.3.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @sanity/[email protected]
npm ERR! node_modules/@sanity/ui
npm ERR! peer @sanity/ui@"^0.33.10" from [email protected]
npm ERR! node_modules/sanity-plugin-table
npm ERR! sanity-plugin-table@"^2.3.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/russ/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/russ/.npm/_logs/2022-01-06T21_30_49_239Z-debug-0.log
The plugin is stuck on
@sanity/ui@"^0.33.10
, please bump this version to avoid dependency clashes. Project will run after removingsanity-plugin-table
frompackage.json
and then runningsanity install table
, but will fail when just doing annpm ci
withsanity-plugin-table
installed.package.json
Looks like #20 will take care of this.
The text was updated successfully, but these errors were encountered: