xterm.js icon indicating copy to clipboard operation
xterm.js copied to clipboard

missing npm package @xterm/addon-unicode-graphemes

Open PerBothner opened this issue 1 year ago • 3 comments

There is no package for @xterm/addon-unicode-graphemes on npmjs.com.

Therefore, the Releases page has a bad link.

I have never uploaded anything to npmjs.com but I can certainly help with whatever files need to be created.

For a while, I've been focused on house construction, so there has been some bit-rot in both DomTerm and my forks of xterm.js. For example, configuring domterm using the --with-xtermjs=npm option is broken, and I'm trying to fix that.

PerBothner avatar Sep 04 '24 17:09 PerBothner

Eww thats weird. I think this is the task which should have published it: https://github.com/xtermjs/xterm.js/actions/runs/8570982805/job/23490196733 Sadly the logs retention period is over, so not much to see there.

@Tyriar Could it be, that the first package upload to npm needs some sort of a manual step? I do not often create new packages there, so I am not sure about that.

Edit:

For a while, I've been focused on house construction, ...

Awesome, there is nothing better than building stuff, that will last for a while, with your own hands.

jerch avatar Sep 04 '24 18:09 jerch

I think we just never turned it on when someone squatted the addon-unicode-graphemes package.

Tyriar avatar Sep 04 '24 19:09 Tyriar

Probably unrelated:

$ npm install @xterm/xterm
npm ERR! code ETARGET
npm ERR! notarget No matching version found for xterm@^5.5.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in: /home/bothner/.npm/_logs/2024-09-04T20_02_43_244Z-debug-0.log

Updated: Fixed by editing package.json to ask for "@xterm/xterm" instead of "xterm".

PerBothner avatar Sep 04 '24 20:09 PerBothner