Terminalizer : Record Your Linux Terminal and Generate Animated GIF
1 2 3 4 5 |
// // sudo apt update sudo apt install build-essential sudo apt install nodejs npm |
1 2 3 4 5 |
// // $ node -v && npm -v v12.22.9 8.5.1 |
xxx
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
// // $ npm install -g terminalizer npm ERR! code EACCES npm ERR! syscall mkdir npm ERR! path /usr/local/lib/node_modules npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules' npm ERR! [Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules'] { npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'mkdir', npm ERR! path: '/usr/local/lib/node_modules' 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: npm ERR! /home/portable/.npm/_logs/2023-02-27T20_56_11_175Z-debug-0.log portable@portable-Spin-SP513-52N:~$ terminalizer -v terminalizer: příkaz nebyl nalezen |