Skip to content

error “implement me” when running ng --help command #1120

Closed
@chickencoding123

Description

@chickencoding123

I'm using angular-cli beta.6 on windows using Visual Studio. It runs ng.cmd under the node_modules/.bin and it throws the following error as a result of "ng --help":

internal/process/stdio.js:86
        throw new Error('Implement me. Unknown stdin file type!');
        ^
Error: Implement me. Unknown stdin file type!
    at process.stdin (internal/process/stdio.js:86:15)
    at C:\apptest\myapp\node_modules\angular-cli\bin\ng:33:27
    at C:\apptest\myapp\node_modules\angular-cli\node_modules\resolve\lib\async.js:44:21
    at ondir (C:\apptest\myapp\node_modules\angular-cli\node_modules\resolve\lib\async.js:187:31)
    at C:\apptest\myapp\node_modules\angular-cli\node_modules\resolve\lib\async.js:153:39
    at onex (C:\apptest\myapp\node_modules\angular-cli\node_modules\resolve\lib\async.js:93:22)
    at C:\apptest\myapp\node_modules\angular-cli\node_modules\resolve\lib\async.js:24:18
    at FSReqWrap.oncomplete (fs.js:117:15)

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions