tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.41k stars 484 forks source link

Update dependencies #380

Open lil5 opened 3 years ago

lil5 commented 3 years ago
lil5 commented 3 years ago

relates to #374

Th3OneAndOnly commented 2 years ago

Any reason why this hasn't been merged? Right now, live-server's causing problems because of the security vulnerabilities.

lil5 commented 2 years ago

@Th3OneAndOnly

you can always use

npm install https://github.com/lil5/live-server.git#55b44cf32b6e213d788588a865a63848d619eab2
Th3OneAndOnly commented 2 years ago

@lil5

I used this but recently it began to break my actions builds (working fine on my machine), they gave the error:

npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/lil5/live-server.git
npm ERR! 
npm ERR! Warning: Permanently added the RSA host key for IP address '140.82.113.3' to the list of known hosts.
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR! 
npm ERR! exited with error code: 128

I researched online about npm installing from git and it seems I did everything right, I have no idea what the problem and google is not being very helpful.

lil5 commented 2 years ago

@Th3OneAndOnly Sounds like you have a conflicting git config try

mv .gitconfig .gitconfig.bak

Otherwise try ssh -t git@github.com to test your ssh connection

ljcp commented 2 years ago

this project is stale therefore i created a fork and i already included your PR @lil5 , it's already live in npm