How to Start code-server installed from npm? #4154
-
J installed code-server on rpi (again) beacouse railway was to laggy but j cant start it |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 39 replies
-
If it's installed with npm, double check by running To run, run To run with link, run You may have to restart your terminal. Let us know what happens. |
Beta Was this translation helpful? Give feedback.
-
Can you show a screenshot of the error? |
Beta Was this translation helpful? Give feedback.
-
I am a fool, I thought the installation was wrong, I think he ran If you see the screenshot(ya I noticed he used Android for the Pi connection), it doesn't find code-server. So it is not enabled globally. Screenshot for ref: Originally posted by @Slodziak190q on my thread. |
Beta Was this translation helpful? Give feedback.
-
error timed out error write EPIPE after run code-server |
Beta Was this translation helpful? Give feedback.
-
Thanks! This is what I needed!
|
Beta Was this translation helpful? Give feedback.
I am a fool, I thought the installation was wrong, I think he ran
npm install code-server
instead ofnpm install -g code-server
which enables code-server globally. So try that and report bach here.If you see the screenshot(ya I noticed he used Android for the Pi connection), it doesn't find code-server. So it is not enabled globally.
Screenshot for ref:
Originally posted by @Slodziak190q on my thread.