-
Notifications
You must be signed in to change notification settings - Fork 215
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
Creating application using @nrwl/schematic generates error "Cannot read property 'kind' of undefined" when using yarn #143
Comments
This appears to be an |
I got the same issue, even running the same command directly in the terminal.
Could this be related to this comment? palantir/tslint#3525 (comment) |
These steps worked for me: delete package_locked.json and node_modules folder |
Tangentially related to nrwl/nx#701 What are you all running for package manager? If you
I'm seeing |
@cristianmartinez I use yarn. Confirmed deleting |
@jsonberry confirmed my packageManager is set to yarn: running {
"version": 1,
"cli": {
"packageManager": "yarn"
}
} |
Looks like a possible typescript / tslint issue palantir/tslint#3689 |
Steps to reproduce:
1. Create a workspace using @nrwl/shematics
2. Generate app using @nrwl/schematics
Angular-Console generates this command line script:
ng generate application my-app --directory=my-app --viewEncapsulation=None --routing --prefix=my --style=scss --tags=ui
The text was updated successfully, but these errors were encountered: