datamade/how-to

Node installation script is deprecated

Closed this issue · 0 comments

Description

The script we use in Cookiecutters:

# Add the NodeSource PPA
# (see: https://github.com/nodesource/distributions/blob/master/README.md)
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -

to install Node is deprecated. We should move over to the new installation method described here.

Screen Shot 2023-09-08 at 9 02 35 AM