You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to publish to JSR for the first time. I added jsr.json and ran npx jsr publish and got this:
❯ npx jsr publish
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
Downloading JSR release binary...
[00:01] [#################################################>] 39.8 MiB/40.3 MiB
error: Invalid package specifier 'npm:three@>=0.139.0/src/core/Object3D.js'
0: Invalid specifier version requirement
1: Unexpected character.
>=0.139.0
~
at file:///Users/trusktr/src/lume+lume.2/dist/core/Object3DWithPivot.js:2:26
Child process exited with: 1
I am trying to publish to JSR for the first time. I added
jsr.json
and rannpx jsr publish
and got this:The
three
dependency in question is listed here:https://github.com/lume/lume/blob/f7274c122964e145a0f265da63530b16361ee539/package.json#L86-L100
What to do?
The text was updated successfully, but these errors were encountered: