Closed dcarrask closed 6 years ago
Looks like you are on Angular 4 but have the carrot on the code editor:
"@covalent/code-editor": "^1.0.0-beta.1",
Which will give you the latest code-editor that is using Angular 6.
If you want to stay on Angular 4 then use this Code Editor dependency (remove the carrot to peg to the version):
"@covalent/code-editor": "1.0.0-beta.1",
found version 4, expected 3, resolving symbol ComponentsModule
Hi there!
I created an app with angular and covalent time ago. I've been developing it for long time. It happens that now, when I've tried to install it in another machine I realized I had a problem. I'm trying to solve it since four days and I still not knowing what should I do for it to run.
This is what I get when I execute
ng serve
I'm trying whatever but I see myself far of any kind of solution. I understand is a compatibility problem about versions but I don't understand the logs. What version of what package?
Sorry about my ignorance, maybe is something super simple to fix but I don't know how to do it.
Here it is the
package.json
of the app in case it helps...