-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Error creating application with @angular/bazel #33710
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
Comments
The second issue is the same as angular/angular-cli#16115 and will be solved with angular/angular-cli#16112 |
I confirm, I applied locally angular/angular-cli#16112 and after Now, I'm trying
|
@fabriziodebortoli From my limited experience it works better with yarn.
Is the Visual C++ Redistributable for Visual Studio 2015 installed on your machine? And you will need Bash. You can either install MSYS2 or use the executable from Git. |
I can't reproduce this with 9.0.0-rc.1 on mac. But let's assume that the first part of this issue should be resolved by the next rc version of the CLI via angular/angular-cli#16112. The second part seems to be related to invoking can you try running |
|
I tried:
with output:
|
@fabriziodebortoli, I met the same issue before,
then build again. |
I can't reproduce this on mac with 9.0.0-rc.2 any more. Does the issue reproduce for you? Steps I used:
|
I can reproduce this one with |
I also got @fabriziodebortoli build error when adding
What worked was using |
It sounds from #33710 (comment) that this has been solved. On top of that the bazel Angular package is deprecated. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
I would like to try Angular with Bazel following the instructions of the page https://next.angular.io/guide/bazel but I have errors both during the ng new and during the ng build
Command (mark with an
x
)Description
ng new --collection=@angular/bazel
throws an errorEDIT: After installing @angular/bazel package, also ng build throws an ERROR
🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
I tried to do
but with this output:
EDIT: `ng add @angular/bazel' throws an error but will be solved with angular/angular-cli#16112
The text was updated successfully, but these errors were encountered: