-
Notifications
You must be signed in to change notification settings - Fork 3
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
Build/Snap error @angular/compiler-cli/ngcc #45
Comments
Did you switch from pnpm to yarn at some point ? If so, you need to delete both the node modules and the aspect's root capsule (you can find its location with |
No i didn't. The command response is this one:
|
oh so your current project already has node modules installed with npm ? |
Yes as you can see i am also not using |
Then this is why it is not working. In a bit workspace you need to use |
Ok, so this part of the docs does not apply to Angular env?
|
I deleted again |
Ok so there are a few things that can cause these issues:
The easiest way to make all of that work is to start from a fresh workspace using the workspace generator. Is there any reason why you want to use this existing workspace? |
Ok ty, i will try with yarn, so basically i must not use This repo it is like a core/boiler plate where we would like to start projects from, of course into the new repos we would link bit packages instead of copypasting. I was just playing around with Bit, in my mind i was just planning to create a "library" repo just for bit and then link them into the boilerplate repo, you think this is better? What about this?
Thank you. |
Hello,
i am having trouble to build/snap a component.
Here is my
package.json
, i deletednode_modules
andpackage-lock.json
and reinstalled all dep to be sure that i have all versions to13.2.6
Any hint? ty
The text was updated successfully, but these errors were encountered: