node-frontend icon indicating copy to clipboard operation
node-frontend copied to clipboard

Upgrade node version

Open AlanCrevon opened this issue 6 years ago • 3 comments

Hi @tiangolo !

Thanks for this image which is now part of my workflow :+1:

I think it would be nice to get node 11 and node 12 versions for this image. I don't think it requires a lot of modifications, but i don't know how to test everything works as expected with non latin characters (working from France on european projects only).

AlanCrevon avatar May 06 '19 08:05 AlanCrevon

Thanks, good idea. I'll try to do it.

tiangolo avatar May 10 '19 17:05 tiangolo

Angular CLI 8+ also does not work with the current release in Docker hub. It uses Node 10.5 - but Angular CLI 8 requires 10.9 or later (latest today is 10.16). It would be great if you could make a new/updated build of the current version also.

frjtrifork avatar Jun 21 '19 09:06 frjtrifork

Ran into the same issue today trying to upgrade Angular and realizing the latest version of this image doesn't support Angular 8+

Fhrost0213 avatar Jul 14 '20 03:07 Fhrost0213

Thanks! And sorry for the long delay. :see_no_evil:

I no longer use nor recommend this Docker image, I think you are much better off building a Docker image yourself, so I updated all the docs to explain how to do it: https://github.com/tiangolo/node-frontend

The only extra step is creating and copying a simple nginx.conf file that you can copy-paste.

Given that, I'll now close this one. But thanks for the interest! :coffee:

tiangolo avatar Mar 17 '24 14:03 tiangolo