R
Railwayβ€’8mo ago
mvacha

Deploying Remix app ends with error during build: RollupError: Could not resolve "../component" ...

The import is correct and the build works perfectly fine for me locally. I've checked node and npm versions and they are the same. Any idea where I can look next? Thanks
4 Replies
Percy
Percyβ€’8mo ago
Project ID: 94f75c24-769b-4955-a8ca-3d3d6c89bfa2
mvacha
mvachaβ€’8mo ago
94f75c24-769b-4955-a8ca-3d3d6c89bfa2
Brody
Brodyβ€’8mo ago
make sure your casing on the import path is the same on the casing for the file path in your github repo (not local project)
mvacha
mvachaβ€’8mo ago
πŸ™ thanks