feat(marketplace): added ability to install/uninstall tools #122
Annotations
7 errors and 1 warning
Build notes.web:
src/domain/user.repository.interface.ts#L2
Module '"./entities/EditorTool"' has no exported member 'AddedToolData'. Did you mean to use 'import AddedToolData from "./entities/EditorTool"' instead?
|
Build notes.web:
src/domain/user.repository.interface.ts#L2
Module '"./entities/EditorTool"' has no exported member 'RemovedToolData'. Did you mean to use 'import RemovedToolData from "./entities/EditorTool"' instead?
|
Build notes.web:
src/domain/user.service.ts#L6
Module '"./entities/EditorTool"' has no exported member 'AddedToolData'. Did you mean to use 'import AddedToolData from "./entities/EditorTool"' instead?
|
Build notes.web:
src/domain/user.service.ts#L6
Module '"./entities/EditorTool"' has no exported member 'RemovedToolData'. Did you mean to use 'import RemovedToolData from "./entities/EditorTool"' instead?
|
Build notes.web:
src/infrastructure/user.repository.ts#L7
Module '"@/domain/entities/EditorTool"' has no exported member 'AddedToolData'. Did you mean to use 'import AddedToolData from "@/domain/entities/EditorTool"' instead?
|
Build notes.web:
src/infrastructure/user.repository.ts#L7
Module '"@/domain/entities/EditorTool"' has no exported member 'RemovedToolData'. Did you mean to use 'import RemovedToolData from "@/domain/entities/EditorTool"' instead?
|
Build notes.web
Process completed with exit code 2.
|
Build notes.web
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|