Based in the comments from this issue if npm packages throws a timeout.
- You should disabled ipv6
Information about disable/enable ipv6 in Ubuntu https://itsfoss.com/disable-ipv6-ubuntu-linux/
- Add registry npm to /etc/hosts file
Based in the comments from this issue if npm packages throws a timeout.
Information about disable/enable ipv6 in Ubuntu https://itsfoss.com/disable-ipv6-ubuntu-linux/
Script to setup LAMP - Apache - Mariadb - PHP in debian/ubuntu based distros
Additionally installing composer and PHP 8.0 to 8.3 versions
Setup instructions from:
You can change the URL from download firefox site
Copy the link from Firefox Developer Edition (blue one) and change in wget instruction
Set up instructions taken from:
Para instalar composer por primera vez puedes utilizar este comando, pero te instalara una version antigua por lo que deberas
de seguir los pasos para actualizar despues de esta instalacion:
sudo apt-get install composer
Para actualizar composer puede ser realizado a traves del comando composer self-update
pero si hubiera algun error al ejecutar el codigo se debe realizar lo siguiente:
| function GenerarPaginacion(cantidadTotalRegistros){ | |
| const limiteRegistros = 10 | |
| const cantidadPaginas = Math.ceil(cantidadTotalRegistros / limiteRegistros) | |
| // sessionStorage.setItem( 'cantidadPaginas', cantidadPaginas ) | |
| let objPaginacion = {} | |
| for(let i = 0; i < cantidadPaginas; i++){ |
| { | |
| "meta": { | |
| "theme": "caffeine" | |
| }, | |
| "basics": { | |
| "name": "Uriel Joshep Ameca Tenorio", | |
| "label": "Web Developer", | |
| "image": "", | |
| "email": "[email protected]", | |
| "phone": "2721807630", |