You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Thanks for the suggestion. Updated to 6.x by default because it's LTS. As you point out, developers can trivially update to 7.x in their own apps if they want to.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there. Is there any reason to use 4.x version of node instead of latest 7.x versions in Dockerfile?
RUN wget -qO- https://deb.nodesource.com/setup_4.x | bash -
6.x is recommanded as LTS but with ES6 features provided in the 7 version, it would be great to update Docker version.
I found no issue/error running the SPA on both node 7 and node 6 versions.
But if there is any other consideration, let us know.
The text was updated successfully, but these errors were encountered: