mgechev / ngast

Parser for Angular projects.

Home Page:https://mgechev.github.io/ngast/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question - Could not resolve dependency with @angular/compiler@11.0.2

itekaf opened this issue · comments

commented

I tried install latest version, but I have current error:

npm ERR! Could not resolve dependency:
npm ERR! peer @angular/compiler@"^10.0.0" from ngast@0.5.0
npm ERR! node_modules/ngast
npm ERR!   ngast@"*" from the root project
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps

Maybe do you have any ideas? Without force installing, offcourse

My current version of @angular/compiler is 11

You should get support for v11 after this PR goes in.

What are you using ngast for?

commented

For static analysis tools. For example: ngx-translate-lint. Thanks a lot! I will be waiting for your PR

It's out in 0.6.0.