Dev Eduardo λ
Dev Eduardo λ
TTermux
Created by Dev Eduardo λ on 5/30/2024 in #support
Is there a way to have a Linux desktop on Termux?
Today I had a question. Is there a way to have a Linux desktop in Termux that can at least be used to install Vs code, NodeJs, etc.?
2 replies
TTermux
Created by Dev Eduardo λ on 4/23/2024 in #support
Permissions error when using npm
.../Angular-Project/curso-angular $ npm install npm ERR! code EACCES npm ERR! syscall symlink npm ERR! path ../@angular/cli/bin/ng.js npm ERR! dest /storage/emulated/0/Download/Angular-Project/curso-angular/node_modules/.bin/ng npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, symlink '../@angular/cli/bin/ng.js' -> '/storage/emulated/0/Download/Angular-Project/curso-angular/node_modules/.bin/ng' npm ERR! [Error: EACCES: permission denied, symlink '../@angular/cli/bin/ng.js' -> '/storage/emulated/0/Download/Angular-Project/curso-angular/node_modules/.bin/ng'] { npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'symlink', npm ERR! path: '../@angular/cli/bin/ng.js', npm ERR! dest: '/storage/emulated/0/Download/Angular-Project/curso-angular/node_modules/.bin/ng' npm ERR! } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user npm ERR! npm ERR! If you believe this might be a permissions issue, please double-check the npm ERR! permissions of the file and its containing directories, or try running npm ERR! the command again as root/Administrator. npm ERR! A complete log of this run can be found in: /data/data/com.termux/files/home/.npm/_logs/2024-04-23T12_54_42_464Z-debug-0.log
13 replies