Skip to content
Discussion options

You must be logged in to vote

here is chatgpt's much longer version of what I said:

George – the screenshot helps, thanks.

What’s happening here is that your llxprt on $PATH is still the nightly global install, while the 0.5.0 you’re installing is ending up in a different place (or only locally in the test project). Installing into ./node_modules doesn’t touch the global binary.

Try this sequence:

1. See which llxprt you’re actually running

which llxprt
ls -l "$(which llxprt)"

2. See where npm is putting global packages

npm config get prefix

If which llxprt points somewhere that doesn’t live under the npm config get prefix directory, you’ve got two different Node installations (e.g. system Node vs nvm), and you’re upd…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by acoliver
Comment options

You must be logged in to vote
1 reply
@georgecaocoder
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants