Angular Schematics not working after updating to Angular 8 Follow
Hi, we have upgraded our application to Angular 8 recently and after that Angular Schematics stopped working. It always shows No matches found.
Any help with solving this issue will be much appreciated.
Thank you!
Please sign in to leave a comment.
It's not a bug from intellij
You need to set the Node Interpreter in the Settings -> Languages & Frameworks -> Node.js and NPM.
If after that it still shows "No matches found", then clik on the refresh button.
Note: For me it happened because I didn't create the project from IntelliJ. By default when you create an angular project from Intellij, the idea takes care of setting everything for you.
Hope I did help!
What IDE and Node.js versions do you work with?
Please recreate the issue and provide your idea.log (Help | Show Log in...)
Note: please don't paste the log content here, upload it to some file server and share a link
I am using WebStorm 2019.2, my Node.js version is v10.15.3 and this is the link to idea.log file - https://gofile.io/?c=SYlbnT.
Thank you!
It should just work. I can't see any errors in your log that look related, and Angular Schematics works as expected with Angular 8.1.x + Node.js 10.x
Can you recreate the issue in a new Angular Cli project?
Would be nice to say that the Node framework is not configured or something down these lines.