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
Describe the bug
Getting Cannot read properties of undefined (reading 'kind') after any ng command for the shared project native script and angular-cli
To Reproduce ng g c login, ng g m material,
and err with every ng g ... command
Expected behavior
ng g module login
CREATE src/app/login/login.module.ts (191 bytes)
CREATE src/app/login/login.module.tns.ts (270 bytes)
What I did
-Initially my global and local angular-CLI versions were mismatched so I changed my global version very close to the local version
The text was updated successfully, but these errors were encountered:
Environment
"@angular/cli": "~11.0.4",
"@nativescript/schematics": "^11.2.0",
"typescript": "~4.0.2"
Describe the bug
Getting
Cannot read properties of undefined (reading 'kind')
after any ng command for the shared project native script and angular-cliTo Reproduce
ng g c login
,ng g m material
,and err with every
ng g ...
commandExpected behavior
ng g module login
CREATE src/app/login/login.module.ts (191 bytes)
CREATE src/app/login/login.module.tns.ts (270 bytes)
What I did
-Initially my global and local angular-CLI versions were mismatched so I changed my global version very close to the local version
The text was updated successfully, but these errors were encountered: