angular-chrome-headless-docker icon indicating copy to clipboard operation
angular-chrome-headless-docker copied to clipboard

Bump node to version 12

Open lukaszgodula opened this issue 6 years ago • 6 comments

Could you please bump node version to 12? It is needed while using Angular 8 :)

lukaszgodula avatar Jun 12 '19 10:06 lukaszgodula

Yeah, this one is really needed

You are running version v9.11.2 of Node.js, which is not supported by Angular CLI 8.0+.
The official Node.js version that is supported is 10.9 or greater.

msqaddura avatar Jan 03 '20 14:01 msqaddura

Yeah, this one is really needed

You are running version v9.11.2 of Node.js, which is not supported by Angular CLI 8.0+.
The official Node.js version that is supported is 10.9 or greater.

In meantime you can use this one: https://github.com/lukaszgodula/angular-chrome-headless-docker

It's fork with bumped node :)

lukaszgodula avatar Jan 03 '20 15:01 lukaszgodula

Yeah, this one is really needed

You are running version v9.11.2 of Node.js, which is not supported by Angular CLI 8.0+.
The official Node.js version that is supported is 10.9 or greater.

In meantime you can use this one: https://github.com/lukaszgodula/angular-chrome-headless-docker

It's fork with bumped node :)

It's missing the Angular cli While running ng e2e, getting the error "ng: not found"

The docker image needs to install @angular/cli

redi-kilicb avatar Jan 16 '20 17:01 redi-kilicb

You have to run npm run ng ng cli is installed in node_modules

avatsaev avatar Jan 16 '20 17:01 avatsaev

I'll update to node 12 as soon as i have some time, but don't hesitate to PR if you can

avatsaev avatar Jan 16 '20 17:01 avatsaev

Yeah, this one is really needed

You are running version v9.11.2 of Node.js, which is not supported by Angular CLI 8.0+.
The official Node.js version that is supported is 10.9 or greater.

In meantime you can use this one: https://github.com/lukaszgodula/angular-chrome-headless-docker It's fork with bumped node :)

It's missing the Angular cli While running ng e2e, getting the error "ng: not found"

The docker image needs to install @angular/cli

Just install cli. It's pointless to add cli to image because angular is changing every half year. Minor versions even more often.

Since image has node and npm you can run npm install @angular/cli

lukaszgodula avatar Jan 16 '20 19:01 lukaszgodula