diff --git a/src/static/js/pluginfw/installer.ts b/src/static/js/pluginfw/installer.ts index 67cc3736c..0d2c2d334 100644 --- a/src/static/js/pluginfw/installer.ts +++ b/src/static/js/pluginfw/installer.ts @@ -116,6 +116,8 @@ export const checkForMigration = async () => { await fs.symlink(path.join(pluginInstallPath,file), path.join(node_modules,moduleName), 'dir') } } + }).catch(()=>{ + logger.debug('plugin directory does not exist'); }) const fileContent = await fs.readFile(installedPluginsPath); const installedPlugins = JSON.parse(fileContent.toString());