DOI-USGS / vizlab-home

Landing page for the USGS Vizlab
Other
5 stars 6 forks source link

Update debian node setup #35

Closed hcorson-dosch-usgs closed 1 year ago

hcorson-dosch-usgs commented 1 year ago

Changes made:

This PR updates our npm configuration to use node version 20 and re-point the docker build to debian:stable, because debian:stretch has been deprecated.

To test

  1. Get off VPN if you are on VPN
  2. Check what version of node you are using by running node -v
  3. If not using version 20, switch to node version 20 by running nvm use 20 [If it's not installed, install latest version of node by running nvm install 20.0.0 --reinstall-packages-from=14.17.0]
  4. Run npm install
  5. Run npm run serve

Changes:

Testing:

Before making this pull request, I:

I can confirm this has been checked on:

cnell-usgs commented 1 year ago

AOK, ran for me locally. Can you go ahead and add these updates to water-cycle and pools-and-fluxes too?