Skip to content
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 dependencies #380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependencies #380

wants to merge 1 commit into from

Conversation

lil5
Copy link

@lil5 lil5 commented Jul 23, 2021

  • uses open in stead of opn
  • ran npm audit fix --force
  • ran tests, all which passed

@lil5
Copy link
Author

lil5 commented Jul 23, 2021

relates to #374

@Th3OneAndOnly
Copy link

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

@lil5
Copy link
Author

lil5 commented Feb 6, 2022

@Th3OneAndOnly

you can always use

npm install https://github.com/lil5/live-server.git#55b44cf32b6e213d788588a865a63848d619eab2

@Th3OneAndOnly
Copy link

@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
Copy link
Author

lil5 commented Feb 24, 2022

@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
Copy link

ljcp commented Jul 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants