Angular-cli: ngc exits with base64 is not a function

Created on 28 Mar 2017  路  3Comments  路  Source: angular/angular-cli

Bug Report or Feature Request (mark with an x)

- [X] bug report -> please search issues before submitting
- [ ] feature request

Versions.


node --version: v4.4.7
npm --version: 4.4.1

Repro steps.

  1. Download the attached sample
  2. Open console (cmd in our case) and navigate to the base directory (where the package.json is located)
  3. run npm install
  4. run "node_modules/.bin/ngc" -p src/tsconfig-aot.json

The log given by the failure.


base64error

Mention any other details that might be useful.

quickstart_aot.zip

Most helpful comment

I might be because you have a non supported version of Node.

As per README:

Both the CLI and generated project have dependencies that require Node 6.9.0 or higher, together with NPM 3 or higher.

All 3 comments

I might be because you have a non supported version of Node.

As per README:

Both the CLI and generated project have dependencies that require Node 6.9.0 or higher, together with NPM 3 or higher.

It works with the current node version. Thanks!

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._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jmurphzyo picture jmurphzyo  路  3Comments

brtnshrdr picture brtnshrdr  路  3Comments

donaldallen picture donaldallen  路  3Comments

5amfung picture 5amfung  路  3Comments

gotschmarcel picture gotschmarcel  路  3Comments