-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Update termux.md #5233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update termux.md #5233
Conversation
yarn Installation works perfectly fine in mine👍🏻
Thanks for doing this! However, I think in #5010 we decided to only suggest Is that right? @code-asher |
We still need to fix a few things with npm (#5071) so for now yarn is the way to go. I think we could merge this then come back and update with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
You can run |
@mrfoxie and @jsjoeio: This is awesome, thanks for putting this together!!! Installation only works after a few necessary changes: Error:
Fix: Install Error:
Fix: Install Improvement: Proposed change to always update to the latest version:
Proposed changes all together:Yarn Installation
|
let me have a look at it |
Indeed, please try on a clean install of Termux (you can clear storage on Termux for this as well). |
thanks for pointing out the issue I'm looking into it just give me some time I will resolve it |
Happy to help! I take it back on my proposed improvement |
I don't know why it is not working now. It was working first just give me some time I will come back to it as soon as possible and solve this issue. There must be some conflict between |
It's literally just that Incidentally, since Node and Termux recently switched from Node v14 to v16 for its LTS package, and Now that Something like the following should work from the terminal with Node 18 in the FORCE_NODE_VERSION=18 yarn global add code-server |
I think there must be an issue while the installation of nodejs version because it installs v18 I will try to change the repository and then try to reinstall it again update: |
@thx2001r just give this a try its 100% working now if its working properly then I will close this pull request and open a new one Yarn Installation
termux-change-repo Now select
pkg update
pkg upgrade -y
pkg install -y \
build-essential \
binutils \
pkg-config \
python3 \
yarn \
nodejs-lts
npm config set python python3
node -v you will get node version
yarn global add code-server
code-server --auth none |
@code-asher don't merge this request I'm working on it it will take a little time may be 2 more days |
yarn Installation works perfectly fine in mine👍🏻
Fixes #