-
Notifications
You must be signed in to change notification settings - Fork 12k
update to 26 fails on Linux Mint V18 #4068
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
Comments
This seems related to the If that fixes it, can you show me your previous |
I cannot create a new project. Trying to create a new project fails with the message and log output as detailed above. All that the ng new command seems to do before the failure is create an empty directory with the name of the project. As the directory is empty there is no angular-cli.json file to supply. |
I have now tried the update to beta-26 and things are slightly different. Where as angular-cli beta-25.5 TypeError: Cannot read property 'input' of null the error messages all seem the same until line 26 where they vary depending on the command issued. |
@filipesilva also confirming same issue for beta 25 & 26 on Heroku Ubuntu - (previously working for beta 24) TypeError: Cannot read property 'input' of null here is my log:
and here's my fresh angular-cli.json (w/ retrofitted edits)
|
I have done a complete new install of Linux Mint 18.1 cinnamon, node 6.9.4 and npm 4.1.1 and so far everything looks O.K. Will continue to reinstall software and let you know if there are any problems. |
@DouglasWebster I'm sorry you had such a bad experience, I think it was mostly a dependency thing where there were broken dependencies in global npm. I'm not sure how it got to that state though.. :/ Let me know if you have more problems and I will reopen. |
Production build fails with message "Cannot read property 'input' of null" |
looks like this has been verified as a bug - #4207 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Versions.
Repro steps.
The log given by the failure.
Mention any other details that might be useful.
The directory cli-test is created but is empty.
I have also tried updating a project that was started when using angular-cli beta 21. This project has been successfully updated through all the intervening betas up to beta 24 but now ng init fails with the same Cannot read property 'input' of null message however in this case the error log points to the local node_modules whereas the above log points to the global node_modules. Also, no files in the project directory are altered.
The text was updated successfully, but these errors were encountered: