jsr icon indicating copy to clipboard operation
jsr copied to clipboard

Unable to local publish package with jsr dependencies.

Open RoenLie opened this issue 5 months ago • 0 comments

I am unable to publish a package which has jsr: dependencies in the package.json. This is in a monorepo workspace using pnpm. But I a not using workspace dependencies for this package.

Package.json Image

I tried using just jsr:^1.0.0 as well, which is what pnpm does when you add using the jsr syntax, but that gave an even more immediate error.

Result from trying to publish: Image

I tried setting up a github action to perform the deployment and the same error occurs.

Image

RoenLie avatar Jul 01 '25 16:07 RoenLie