Skip to content
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

Error while parsing project for Angular 12 App #159

Open
vsha041 opened this issue May 31, 2022 · 3 comments
Open

Error while parsing project for Angular 12 App #159

vsha041 opened this issue May 31, 2022 · 3 comments

Comments

@vsha041
Copy link

vsha041 commented May 31, 2022

Our app is using Angular 12 and when I choose the tsconfig.app.json and it gives me following error. Is there a way to get more information about the error message? Is it expecting something that it did not encounter in the tsconfig.app.json file? or somewhere in the codebase?

This is how the tsconfig.app.json file looks like. And I am running ngrev-0.0.35.exe from my Downloads folder on Windows. Does ngrev-0.0.35.exe itself needs something to be installed on my windows machine? like some specific version of Angular?

{
	"extends": "./tsconfig.json",
	"compilerOptions": { "types": [] },
	"files": ["src/main.ts", "src/polyfills.ts"],
	"include": ["**/*.d.ts"],
	"exclude": ["src/test-setup.ts", "**/*.spec.ts", "**/*.test.ts"]
}

image

@mp54214
Copy link

mp54214 commented Sep 17, 2022

I face the same issue, any solution coming to this?

@vsha041
Copy link
Author

vsha041 commented Sep 17, 2022

I face the same issue, any solution coming to this?

I gave up on this tool. Instead I am using the angular extension for chrome. It's very good but only works for local run of the code.

https://chrome.google.com/webstore/detail/angular-devtools/ienfalfjdbdpebioblfackkekamfmbnh

@mp54214
Copy link

mp54214 commented Sep 18, 2022

Yes, I know angular-devtools, and it is great - but still ngrev is also useful for its illustrative graphical way of presenting a project structure. Hopefully authors find time to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants