Can't install new plugins
See original GitHub issueHi
We have a problem when is about to install a plugin from the admin interface of Etherpad. When clicking on “Install” of any plugin, nothing happen in the web interface, but the log print out this:
[ERROR] console - SyntaxError: Unexpected token ...
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/var/www/etherpad_mypads/src/node_modules/npm/lib/install.js:109:13)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
Then Etherpad restart, and so on if we retry. The log is the same with loglevel set at DEBUG.
We running node v4.9.1, npm v2.15.11 and Etherpad v1.6.5. Version 1.6.6 is affected the same way.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Why Can't I Install Plugins on WordPress? (Solved)
WordPress.com is Your Hosting Platform · Your WordPress User Roles Does Not Allow You to Install Plugins · There's a Fault in the...
Read more >Can't install any plugins - WordPress.org
When I click Dashboard -> plugins, there is no “add” or “install” button whatsoever. I can only search for already installed plugins. Since...
Read more >Why Can't I Add or Install Plugins in WordPress? - WPBeginner
WordPress.com users cannot install plugins unless they upgrade to the business plan which costs about $299 per year. If you are on a...
Read more >Why Can't I Install WordPress Plugins - Qode Interactive
Another reason you can't install plugins on your WordPress site can be that the website is part of a multi-site network. In that...
Read more >Why Can't I Install Plugins on WordPress
First, double-check you're uploading the right plugin or theme folder, and that the folder is zipped. Then try to upload the correct zip...
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
I confirm that upgrading to node 6 instead of 4 fix the issue on our side as well. Thanks for finding a solution to that 😃
I solved the problem after installing node 6 (it’s ubuntu 12, so don’t judge…) and all updates for the node modules.
Would be nice, if the error message could hint in this direction?