teambit / bit-angular

Angular support for bit harmony
28 stars 3 forks source link

Error on loading basic button after following steps from documentation #31

Closed rishikeshjadhav closed 2 years ago

rishikeshjadhav commented 2 years ago

Getting below error when running command: bit start

image

rishikeshjadhav commented 2 years ago

@ocombe @debs-obrien

ocombe commented 2 years ago

I can reproduce, looking at it, thanks

rishikeshjadhav commented 2 years ago

Adding more details as below, bvm version: 0.0.30 bit version: 0.0.595 Angular version: angular-v13@0.0.6

Below are the workspace .jsonc contents:

{ "$schema": "https://static.bit.dev/teambit/schemas/schema.json", "teambit.workspace/workspace": { "name": "my-workspace-name", "icon": "https://static.bit.dev/bit-logo.svg", "defaultDirectory": "{scope}/{name}", "defaultScope": "my-scope" }, "teambit.dependencies/dependency-resolver": { "packageManager": "teambit.dependencies/pnpm", "policy": { "dependencies": {}, "peerDependencies": {} } }, "teambit.angular/angular-v13@0.0.6": {}, "teambit.workspace/variants": { "*": { "teambit.angular/angular-v13@0.0.6": {} } }, "teambit.generator/generator": { "aspects": [ "teambit.angular/angular-v13" ] } }

ocombe commented 2 years ago

I know the cause of the bug, you can use "teambit.angular/angular-v13@0.0.5" in the mean time until I release a new version with a fix

rishikeshjadhav commented 2 years ago

@ocombe Thank you for quick response on this. It worked with "teambit.angular/angular-v13@0.0.5". Looking forward for the fix.

ocombe commented 2 years ago

v0.0.7 has been released with the fix, thanks for the report !

rishikeshjadhav commented 2 years ago

@ocombe That's awesome!

I have validated with v0.0.7 and it works fine. Thanks again for such quick turnaround on this.