Skip to content

fix: vercel deploy failing due to ts moduleResolution error#107

Closed
marcalexiei wants to merge 1 commit intochangesets:masterfrom
marcalexiei:fix-next
Closed

fix: vercel deploy failing due to ts moduleResolution error#107
marcalexiei wants to merge 1 commit intochangesets:masterfrom
marcalexiei:fix-next

Conversation

@marcalexiei
Copy link
Copy Markdown
Contributor

@marcalexiei marcalexiei commented May 4, 2026

#106 didn't solved the issue:

Build errors are different now

image
We detected TypeScript in your project and reconfigured your tsconfig.json file for you. Strict-mode is set to false by default.

The following suggested values were added to your tsconfig.json. These values can be changed to fit your project's needs:

        - target was set to es5

The following mandatory changes were made to your tsconfig.json:

        - moduleResolution was set to node (to match webpack resolution)

Failed to compile.

Since next is explicitly forcing the use of node10, adjusting the tsconfig won’t resolve the issue.

As suggested in #105, a short-term approach would be to temporarily suppress the deprecation warning to restore deployment stability.

Once that’s in place, we can plan a proper upgrade of next and then remove the suppression to address the warning correctly. Outdated, see #109

@vercel
Copy link
Copy Markdown

vercel Bot commented May 4, 2026

@marcalexiei is attempting to deploy a commit to the Changesets Team on Vercel.

A member of the Team first needs to authorize it.

@Andarist
Copy link
Copy Markdown
Member

Andarist commented May 8, 2026

closing as the other PR landed and fixed the issues, thank you for all the work on this stuff ❤️

@Andarist Andarist closed this May 8, 2026
@marcalexiei marcalexiei deleted the fix-next branch May 9, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants