Rishikesh Jadhav

Results 10 comments of 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 ![image](https://user-images.githubusercontent.com/17293029/151990781-355a4d32-f6eb-4ef0-b266-197ba09f5d9d.png) 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 ![image](https://user-images.githubusercontent.com/17293029/152002167-4dd43d66-2d0c-4768-8b5c-bd697e1d3001.png) Ran `bit compile` again, got below error ![image](https://user-images.githubusercontent.com/17293029/152002334-bca74928-58ce-468d-a36b-34c9d9ba607e.png) Ran...

Ran `bit install @teambit/toolbox.performance.v8-cache` Ran `bit compile` Compiled successfully without errors. Ran `bit start` Failed with below error, ![image](https://user-images.githubusercontent.com/17293029/152006910-5ee93496-2bc1-448a-ae94-694ed1249056.png)

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...