Anyone had problems with…

less than 1 minute read

Anyone had problems with the generate ui on the nx console?

Responses:

What issue are you having?

When i try to open it nothing happens. Then i checked the log and that was the message ` stack trace: TypeError: Cannot convert undefined or null to object at Function.entries (<anonymous>) at readCollectionSchematics (c:\Users\I518192\.vscode\extensions\nrwl.angular-console-12.0.0\main.js:166950:12) at readCollection (c:\Users\I518192\.vscode\extensions\nrwl.angular-console-12.0.0\main.js:166939:16) at c:\Users\I518192\.vscode\extensions\nrwl.angular-console-12.0.0\main.js:166911:61 at Array.map (<anonymous>) at readSchematicCollectionsFromNodeModules (c:\Users\I518192\.vscode\extensions\nrwl.angular-console-12.0.0\main.js:166911:52) at readAllSchematicCollections (c:\Users\I518192\.vscode\extensions\nrwl.angular-console-12.0.0\main.js:166857:29) at selectSchematic (c:\Users\I518192\.vscode\extensions\nrwl.angular-console-12.0.0\main.js:132899:125) at getTaskExecutionSchema (c:\Users\I518192\.vscode\extensions\nrwl.angular-console-12.0.0\main.js:168713:105) at revealWebViewPanel (c:\Users\I518192\.vscode\extensions\nrwl.angular-console-12.0.0\main.js:168541:138) at c:\Users\I518192\.vscode\extensions\nrwl.angular-console-12.0.0\main.js:169110:93 at e._executeContributedCommand (c:\Users\I518192\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:639:863) at e._doExecuteCommand (c:\Users\I518192\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:639:38) at executeCommand (c:\Users\I518192\AppData\Local\Programs\Microsoft VS

I saw one post about it on the github, but I think that is not exactly what im facing

interesting. I haven’t seen that before. Can you open an issue on github? Include the version of VSCode and the output of npx nx report. It would also help if you tried creating a blank nx workspace and see if the problem still happens for you.

Updated: