angular-chrome-headless-docker
angular-chrome-headless-docker copied to clipboard
Bump node to version 12
Could you please bump node version to 12? It is needed while using Angular 8 :)
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.
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 :)
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
You have to run npm run ng ng cli is installed in node_modules
I'll update to node 12 as soon as i have some time, but don't hesitate to PR if you can
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