Mac OSX (El Capitan)
NodeJS - 7.2.1
angular-cli: 1.0.0-beta.24
npm uninstall -g angular-cli
npm cache clean
npm install -g angular-cli@latest
and executing the next cli command:
ng --help
It shows the ember-cli helps.
I am also receiving the message:
You have to be inside an ember-cli project in order to use the build command.
When running ng build
@stewhouston @frankfullstack this is being fixed in the next version of angular-cli you just have to wait till the next version is released and try reinstalling angular-cli
You can use version 1.0.0-beta.22 where this problem doesn't occur.
Duplicate of https://github.com/angular/angular-cli/issues/3675 https://github.com/angular/angular-cli/issues/3697 , fixed in #3688
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
@stewhouston @frankfullstack this is being fixed in the next version of angular-cli you just have to wait till the next version is released and try reinstalling angular-cli
You can use version 1.0.0-beta.22 where this problem doesn't occur.