mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
This commit is contained in:
parent
0c7df88f8a
commit
d25010d5d7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ exports.install = async (pluginName, cb = null) => {
|
|||
cb = wrapTaskCb(cb);
|
||||
try {
|
||||
await loadNpm();
|
||||
await util.promisify(npm.commands.install)([pluginName]);
|
||||
await util.promisify(npm.commands.install)([`${pluginName}@latest`]);
|
||||
await hooks.aCallAll('pluginInstall', {pluginName});
|
||||
await plugins.update();
|
||||
} catch (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue