We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
native-federation
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.
The text was updated successfully, but these errors were encountered:
Perhaps you need to install it manually via npm i @angular/build -D
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: