ryoppippi / unplugin-typia

unplugin for Typia with an extra Bun plugin 🫶
https://jsr.io/@ryoppippi/unplugin-typia
Other
37 stars 6 forks source link

On bun install on an existing project : "error: @ryoppippi/unplugin-typia@^0.3.8 failed to resolve" #184

Closed MarArMar closed 1 month ago

MarArMar commented 1 month ago

I already installed it so this seems strange

On bun install :

error: GET https://registry.npmjs.org/@ryoppippi%2funplugin-typia - 404

On ncu --upgrade :

 @ryoppippi/unplugin-typia  404 Not Found - GET https://registry.npmjs.org/@ryoppippi%2funplugin-typia. All 3 retry attempts failed. Either your internet connection is down, the registry is inaccessible, the authentication credentials are invalid, or the package does not exist.
ryoppippi commented 1 month ago

Hi Please refer this issue! https://github.com/ryoppippi/unplugin-typia/issues/170

MarArMar commented 1 month ago

Ok so now I try

❯ bunx jsr add @ryoppippi/unplugin-typia error: Script not found "jsr" ❯ bun upgrade Congrats! You're already on the latest version of Bun (which is v1.1.18)

MarArMar commented 1 month ago

Created an issue on bun : https://github.com/oven-sh/bun/issues/12465

ryoppippi commented 1 month ago

@MarArMar Any updates?

ryoppippi commented 1 month ago

I think this is JSR issue or Bun's issue. So I close this

MarArMar commented 1 month ago

@ryoppippi

From the error, it may solve it to use

bun x jsr add @ryoppippi/unplugin-typia 

Instead

ryoppippi commented 1 month ago

Nice! It depends on how to install Bun