-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@vercel/routing-utils
fails with Error: Cannot find module '@vercel-internals/path-to-regexp'
since 5.0.3
#13024
Comments
routing-utils
fails with Error: Cannot find module '@vercel-internals/path-to-regexp'
since 5.0.3@vercel/routing-utils
fails with Error: Cannot find module '@vercel-internals/path-to-regexp'
since 5.0.3
Thanks! We'll look into it today. |
In the meantime can you pin to a previous version? |
@trek yes, we released |
@ascorbic oh good! We're using this for some internal testing to be able to upgrade a major version. We'll likely remove this package once we've gathered some data. |
@ascorbic the |
In #12962,
routing-utils
was changed to use an internal version ofpath-to-regexp
. Howeverrouting-utils
is not bundled when being built, so at runtime the internal package is missing. This causes the package to break when used by packages outside of this monorepo. This includes@astrojs/vercel
.Thanks @blaine-arcjet for the report: #12962 (comment)
The text was updated successfully, but these errors were encountered: