Recommended quickstart for Angular fails to compile #6672
-
I can't get the most basic quickstart to compile. Figuring it was some environmental or user issue, I've reproduced the same behavior in a brand new, fresh Ubuntu Desktop 21.10 install. Any advice? Thanks, I ran the following commands to install nodejs/npm/ng:
and then these commands based on Clarity's getting started page:
The final command (ng build) after adding Clarity fails with the following error message:
for reference, here are the versions:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @dstovall - you are not doing anything wrong. There was an issue from one of the dependencies that will cause this issue.
Here is the issue with that workaround: #6654 |
Beta Was this translation helpful? Give feedback.
-
Thank you @hippee-lee . Workaround confirmed. |
Beta Was this translation helpful? Give feedback.
Hi @dstovall - you are not doing anything wrong. There was an issue from one of the dependencies that will cause this issue.
It was fixed today in #6667 nd should be available in the next release.
Here is the issue with that workaround: #6654