hozana / next-translate-routes

Flexible and translated routes for Next.js without custom server
MIT License
115 stars 30 forks source link

Can't install the latest version v1.9.0 with yarn #50

Closed ViktorVojtek closed 1 year ago

ViktorVojtek commented 2 years ago

Yarn throws the following errors and fail to add package.

https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.2.3.tgz: Request failed "502 Bad Gateway" https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.2.3.tgz: Request failed "502 Bad Gateway"

Version 1.8.0 works fine.

cvolant commented 2 years ago

I can't reproduce it... It is surprising because next-translate-routes is not related to swc-android-arm64... Can you provide a minimal reproduction?