Skip to content

Unable to execute npm install #345

Closed Answered by miraclx
rohithande asked this question in Q&A
Discussion options

You must be logged in to vote

Duplicate of #322.

See my suggestion in #322 (comment)

Oh yeah, this seems to be a common issue after upgrading our dependency on youtube-dl. I've been unable to narrow it down but it's an issue with npm's npx command.

Here's a couple of things you can try:

  1. Use nvm as your node version manager instead of your package manager. — https://nvm.sh
  2. Clear the npx cache: rm -rf ~/.npm/_npx
  3. Install the bin-version-check CLI globally. npm i -g bin-version-check-cli

Try these suggestions from 1 to 3. But try installing freyr after each suggestion until it finally works.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by miraclx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants