jetli / rust-yew-realworld-example-app

Exemplary real world app built with Rust + Yew + WebAssembly, by Function Components + Hooks, also supports desktop by Tauri.
https://jetli.github.io/rust-yew-realworld-example-app/
Apache License 2.0
855 stars 110 forks source link

Maintenance issue Node.js 12 is deprecated. #43

Closed martinfrances107 closed 1 year ago

martinfrances107 commented 1 year ago

As I download this today, and type "docker-compose up"

I see this maintenance warning.. As I find a solution I will create a PR.

Step 2/10 : RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - ---> Running in 69f6542d3d17

================================================================================

                          DEPRECATION WARNING                            

Node.js 12.x is no longer actively supported!

You will not receive security or critical stability updates for this version.

You should migrate to a supported version of Node.js as soon as possible. Use the installation script that corresponds to the version of Node.js you wish to install. e.g.

================================================================================

martinfrances107 commented 1 year ago

Here is the patch #44

martinfrances107 commented 1 year ago

fixed