-
Notifications
You must be signed in to change notification settings - Fork 12k
error “implement me” when running ng --help
command
#1120
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
@hanijizan the command works for me. I tried |
Still the same error for |
Does that happen when not using visual studio as well? |
Visual studio runs it using nodejs engine (version 6) and since i can successfully run other scripting tasks such as gulp and systemjs builder, then i'm confident that my environment setup is right. Just hoping to replace systemjs builder with cli to get smaller and more efficient bundles, if i could get around the error. |
I'm sorry but there just isn't much I can do about running CLI commands from inside Visual Studio. Since they run outside of VS, I have to assume there's some issue with how VS handles them. Perhaps try bringing it up with the VS team? |
I know the issue has been closed already but it is not a VS issue, it is an issue of NodeJS in Windows when using process.stdin from a GUI where Windows does not provide an stdin. I've opened another issue and a pull request to fix this. |
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. |
I'm using
angular-cli
beta.6 on windows using Visual Studio. It runsng.cmd
under thenode_modules/.bin
and it throws the following error as a result of "ng --help":Ok, so it seems to me something is not implemented yet? it's already in beta.6 so i assume there has to be something else going on?
The text was updated successfully, but these errors were encountered: