-
Notifications
You must be signed in to change notification settings - Fork 4
Description
npm install
in this package fails now with the following error:
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: assistant-ui-starter-langgraph@0.1.0
npm error Found: @assistant-ui/react@0.8.4
npm error node_modules/@assistant-ui/react
npm error @assistant-ui/react@"^0.8.4" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @assistant-ui/react@"^0.7.88" from @assistant-ui/react-langgraph@0.2.6
npm error node_modules/@assistant-ui/react-langgraph
npm error @assistant-ui/react-langgraph@"^0.2.6" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.