question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install any plugin : "No valid version available"

See original GitHub issue

Hi, I have a working etherpad-lite instance on a Debian server. When I want to install any plugin (npm install ep_adminpads as root), I obtain the message

npm ERR! code ENOVERSIONS
npm ERR! No valid versions available for ep_etherpad-lite

I have the same problem with all plugins ! I use node v9.10.1 npm 6.0.1 and git up-to-date etherpad-lite 1.6.6 (6dd172d) The server is behind a proxy, but the proxy it is defined in environnement variables.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
jprenaudetcommented, Aug 18, 2018

Same issue for me. For testing I rollback from 1.7.0 to 1.6.6, here is the procedure I use :

git checkout .
git checkout tags/1.6.6
rm -rf ./src/node_modules
rm -rf ./node_modules
./bin/installDeps.sh
npm install ep_adminpads

Error appear with the last command. I resolve it using this :

npm cache clean --force #Not sure if this help
rm -rf ./src/node_modules
rm -rf ./node_modules
rm package-lock.json
rm src/package-lock.json
./bin/installDeps.sh
npm install ep_adminpads
1reaction
gllmhytcommented, Aug 18, 2018

Thank you @GenJin, I did quite the same (with git clean after having saved settings) and it worked right after it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

ERROR npm install No valid versions available for https-proxy ...
I checked the directory for https-proxy-agent-snyk-fork using npm ls https-proxy-agent-snyk-fork. and found
Read more >
npm Error No valid versions available when attempting to ...
I got an error with a plugin called "nodebb-plugin-seo-thread" which I don't remember installing tbh and now I can't run nodebb.
Read more >
Manually install plugin error - WordPress.org
I tryied to upload plugin via plugin page in wordpress dashboard but it says. The package could not be installed. No valid plugins...
Read more >
How to fix "The package could not be installed. No valid ...
In your WordPress dashboard, go to Appearance > Themes > Add New. · From there you'll see an option for “Upload” at the...
Read more >
Fix "The package could not be installed. No valid plugins were ...
In this video I will help you on fixing the "The package could not be installed. No valid plugins were found." error that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found