Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local Compilation Error #688

Open
Chakr9421 opened this issue Nov 7, 2024 · 1 comment
Open

Local Compilation Error #688

Chakr9421 opened this issue Nov 7, 2024 · 1 comment

Comments

@Chakr9421
Copy link

For which library do you need help?

native-federation

Question

Im using native federation in monorepo repository with Nx and esbuild executor.

Versions used as follows:
"@angular-architects/native-federation": "^18.2.2",
"@angular-devkit/architect": "0.1701.2",
"@angular-devkit/build-angular": "18.2.0",
"@angular-devkit/core": "~18.2.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular-eslint/eslint-plugin": "17.2.0",
"@angular-eslint/eslint-plugin-template": "17.2.0",
"@angular-eslint/template-parser": "17.2.0",
"@angular/animations": "~18.2.0",
"@angular/cdk": "~18.2.0",
"@angular/cli": "~17.1.0",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",

When i run serve command, getting below error

Cannot find module '@angular/build'

Any suggestion plz ? Is there issue with version mismatch or am i missing anything.

@manfredsteyer
Copy link
Contributor

Perhaps you need to install it manually via npm i @angular/build -D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants