mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
Fixed base plugin install path.
This commit is contained in:
parent
a7f81e824a
commit
630e1f7ebb
@ -53,7 +53,7 @@ const migratePluginsFromNodeModules = async () => {
|
||||
if (pkg.startsWith(plugins.prefix) && pkg !== 'ep_etherpad-lite') {
|
||||
if (!info._resolved) {
|
||||
// Install from node_modules directory
|
||||
await exports.manager.installFromPath(`${findEtherpadRoot()}/src/node_modules/${pkg}`);
|
||||
await exports.manager.installFromPath(`${findEtherpadRoot()}/node_modules/${pkg}`);
|
||||
} else {
|
||||
await exports.manager.install(pkg);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user