Rishikesh Jadhav
Rishikesh Jadhav
@ocombe Anything missing in steps here?
Sorry but i did not clearly understand that, Can you help by updating on repository if possible? Repo: https://github.com/rishikeshjadhav/angbitenv Contribute access: https://github.com/rishikeshjadhav/angbitenv/invitations
After updating workspace.jsonc as above getting below error, tried bit compile twice as well  Updated code is available at the repo, https://github.com/rishikeshjadhav/angbitenv
Deleted .git/bit Ran bit compile Same error occurred. Delete node_modules folder Deleted capsule using bit capsule delete --all Ran bit install Ran bit compile Still same error occurred. Cloned the...
So i restarted my machine. Took fresh clone of repo, ran `bit install`, then `bit compile`, it compiled **without** errors  Ran `bit compile` again, got below error  Ran...
Ran `bit install @teambit/toolbox.performance.v8-cache` Ran `bit compile` Compiled successfully without errors. Ran `bit start` Failed with below error, 
Tried from scratch with latest version, `teambit/[email protected]` `bit new ng-workspace checkone -a teambit.angular/angular-v13` `bit create ng-module ui/autocomplete` `bit create ng-env angmatenv` Updated workspace.jsonc file as per stated in previous comments...
@ashishkrtewari Here is the code repo, https://github.com/rishikeshjadhav/angbitcustomenv I have added you as collaborator, https://github.com/rishikeshjadhav/angbitcustomenv/invitations
@ashishkrtewari I will give this a try tomorrow morning and will run some tests with material UI components. Will update the ticket, thanks for looking into this!
Adding` "@teambit/angular-v13": "0.0.19" `dependency has resolved the issue with bit start. However when i try to add a reference to load material style in custom environment as below, ``` const...