Can't install any plugin : "No valid version available"
See original GitHub issueHi,
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:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue for me. For testing I rollback from 1.7.0 to 1.6.6, here is the procedure I use :
Error appear with the last command. I resolve it using this :
Thank you @GenJin, I did quite the same (with git clean after having saved settings) and it worked right after it!