epicweb-dev/epic-stack

@nasa-gcn/remix-seo: dependency conflict

Open

#1,024 opened on Jul 24, 2025

View on GitHub
 (4 comments) (0 reactions) (0 assignees)TypeScript (461 forks)github user discovery
acceptedhelp wanted

Repository metrics

Stars
 (5,533 stars)
PR merge metrics
 (PR metrics pending)

Description

Getting eh following errors when trying to start a project.

npm error Found: react@19.1.0 npm error node_modules/react npm error react@"^19.1.0" from the root project npm error npm error Could not resolve dependency: npm error peer react@"^18.0.0" from @remix-run/react@2.16.8 npm error node_modules/@remix-run/react npm error peer @remix-run/react@"^1.0.0 || ^2.0.0" from @nasa-gcn/remix-seo@2.0.1 npm error node_modules/@nasa-gcn/remix-seo npm error @nasa-gcn/remix-seo@"*" 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.

Looks like a new package has been created: https://github.com/doinki/react-router-seo

Doesnt include robots.txt generation though..

Contributor guide