0

Error: src/app/attack/attack.component.ts:2:29 - error TS2307: Cannot find module '@angular-mf/core' or its corresponding type declarations.

2 import { CoreService } from '@angular-mf/core'; ~~~~~~~~~~~~~~~~~~ src/app/result/result.component.ts:2:24 - error TS2307: Cannot find module '@angular-mf/core' or its corresponding type declarations.

2 import { Attack } from '@angular-mf/core'; ~~~~~~~~~~~~~~~~~~ src/app/app.module.ts:5:28 - error TS2307: Cannot find module '@angular-mf/core' or its corresponding type declarations.

5 import { CoreModule } from '@angular-mf/core'; ~~~~~~~~~~~~~~~~~~

Error: src/app/app.module.ts(24,5): Error during template compile of 'AppModule' Could not resolve @angular-mf/core relative to [object Object].

1 Answer 1

-1

It seems that your project can't find the @angular-mf/core utility, try one (or more of the following):

  1. If you already find the package exposing @angular-mf/core in the package.json-file, try running npm install
  2. If not finding it in package.json, try installing it (npm install <package-name>) - I can't seem to find the package on npmjs.com, so I can't tell you what package you need to install.
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.