File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -488,19 +488,19 @@ class AdminForth implements IAdminForth {
488488 return connectorModule . default ;
489489 } catch ( e ) {
490490 throw new Error ( `
491- ╔════════════════════════════════════════════════════════════════════════════╗
492- ║ ║
493- ║ ❌ CONNECTOR IMPORT ERROR ║
494- ║ ──────────────────────────────────────────────────────────────────────── ║
495- ║ ║
496- ║ Error while importing ${ connectorName } ║
497- ║ ║
498- ║ 💡 SOLUTION ║
499- ║ Install the required package: ║
500- ║ ║
501- ║ ${ doesUserHavePnpmLock ? `pnpm add @adminforth/connector-${ connectorName } ` : `npm install @adminforth/connector-${ connectorName } ` } ║ ║
502- ║ ║
503- ╚════════════════════════════════════════════════════════════════════════════╝
491+ ╔════════════════════════════════════════════════════════════════════════════
492+ ║
493+ ║ ❌ CONNECTOR IMPORT ERROR
494+ ║ ──────────────────────────────────────────────────────────────────────────
495+ ║
496+ ║ Error while importing ${ connectorName } connector
497+ ║
498+ ║ 💡 SOLUTION
499+ ║ Install the required package:
500+ ║
501+ ║ ${ doesUserHavePnpmLock ? `pnpm add @adminforth/connector-${ connectorName } ` : `npm install @adminforth/connector-${ connectorName } ` } ║
502+ ║
503+ ╚════════════════════════════════════════════════════════════════════════════
504504 ` ) ;
505505 }
506506 }
You can’t perform that action at this time.
0 commit comments