You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to fix this Docker issue before the final release.
| ✘ [ERROR] TS7016: Could not find a declaration file for module 'lodash'. '/app/node_modules/lodash/lodash.js' implicitly has an 'any' type.
amos2024ws02-backup-metadata-analyzer-frontend-1 | Try npm i --save-dev @types/lodash if it exists or add a new declaration (.d.ts) file containing declare module 'lodash'; [plugin angular-comp
iler]
amos2024ws02-backup-metadata-analyzer-frontend-1 |
amos2024ws02-backup-metadata-analyzer-frontend-1 | apps/frontend/src/app/shared/charts/chart-service/chart-service.service.ts:9:14:
amos2024ws02-backup-metadata-analyzer-frontend-1 | 9 │ import _ from 'lodash';
amos2024ws02-backup-metadata-analyzer-frontend-1 | ╵ ~~~~~~~~
The text was updated successfully, but these errors were encountered:
We need to fix this Docker issue before the final release.
| ✘ [ERROR] TS7016: Could not find a declaration file for module 'lodash'. '/app/node_modules/lodash/lodash.js' implicitly has an 'any' type.
amos2024ws02-backup-metadata-analyzer-frontend-1 | Try
npm i --save-dev @types/lodash
if it exists or add a new declaration (.d.ts) file containingdeclare module 'lodash';
[plugin angular-compiler]
amos2024ws02-backup-metadata-analyzer-frontend-1 |
amos2024ws02-backup-metadata-analyzer-frontend-1 | apps/frontend/src/app/shared/charts/chart-service/chart-service.service.ts:9:14:
amos2024ws02-backup-metadata-analyzer-frontend-1 | 9 │ import _ from 'lodash';
amos2024ws02-backup-metadata-analyzer-frontend-1 | ╵ ~~~~~~~~
The text was updated successfully, but these errors were encountered: