railway link is failing
$ railway link
Debugger attached.
Error: Failed to retrieve response body
Waiting for the debugger to disconnect...
ProjectID: b855592c-9156-4020-9543-d41a4e939fde
Solution:Jump to solution
OK, success. There was a node 18 and node 15 version of the CLI, along with a homebrew one. Because npm uninstall failed, I took a chance and just deleted the npm executables. The remaining homebrew version is now working.
14 Replies
Project ID:
b855592c-9156-4020-9543-d41a4e939fde
are you using the latest version? 3.3.1
No, looks like 3.0.22 -- was working until a few minutes ago
try to upgrade to the latest version
Weird: brew install railway results in "Warning: railway 3.3.1 is already installed and up-to-date."
Is it possible I installed it using two different techniques; perhaps both npm and homebrew?
that's a question you would have to ask yourself, did you install the cli from two different sources?
I mean, it's been a year, and when first learning a new system one tends to try a lot of different tutorials.
uninstall all instances of the cli, and then install it back from your desired source, homebrew I presume?
both npm uninstall and pnpm uninstall fail to uninstall it. I can guarantee that as of just now, I've run both homebrew and npm installs.
I guess I'll go dig in paths and see where the old one is
time for some manual intervention, sounds good
Solution
OK, success. There was a node 18 and node 15 version of the CLI, along with a homebrew one. Because npm uninstall failed, I took a chance and just deleted the npm executables. The remaining homebrew version is now working.
and you're running with 3.3.1?
Yes, homebrew installed 3.3.1
perfect!