-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
'ng g app' failing with empty 'Error:' message #385
Comments
What is your typescript version? |
typescript version: 2.8.1 |
nx supports up to typescript 2.6.2 right now |
Can you post your package.json here? This bug is specific to your project as you mentioned but without access to your project there's no way to help. Re-open the issue when you get a chance to share that here |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
ng g app test
is failing inside of my nx workspace with an empty Error message:
Generating a lib via
ng g lib test
runs successfully, as does all of the standard angular cli commands when targeting an existing application. Creating a new nx workspace and running theng g app ...
command works fine, so I'm expecting this is something to do with the project itself.I'm running nx & schematics 0.9.1, angular cli 1.7.3.
Happy to provide any other information, but unsure of where to look due to the lack of an error message.
The text was updated successfully, but these errors were encountered: