You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error when I run ngrx-vis -p ./apps/client/tsconfig.app.json
C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112935
ts.Debug.assert(!!(moduleSymbol.flags &1536 /* Module */));
^
TypeError: Cannot read properties of undefined (reading 'flags')
at addIndirectUsers (C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112935:49)
at addIndirectUsers (C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112941:29)
at addIndirectUsers (C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112941:29)
at addIndirectUsers (C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112941:29)
at addIndirectUsers (C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112941:29)
at addIndirectUsers (C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112941:29)
at addIndirectUsers (C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112941:29)
at handleNamespaceImport (C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112914:25)
at handleDirectImports (C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112879:37)
at getImportersForExport (C:\Projects\bnpl-front-end\node_modules\@ts-morph\common\node_modules\typescript\lib\typescript.js:112828:13)
Node.js v18.10.0
The application which I am trying to analyze is part of a Nx workspace, this is my package.json:
I am getting this error when I run
ngrx-vis -p ./apps/client/tsconfig.app.json
The application which I am trying to analyze is part of a Nx workspace, this is my
package.json
:The text was updated successfully, but these errors were encountered: