From 20f5f0d741c5a5994a0b482cfa12e294c5eb292b Mon Sep 17 00:00:00 2001 From: Elliot Otchet Date: Mon, 19 Aug 2024 13:25:51 -0400 Subject: [PATCH] Updates DEVNOTES to indicate the currently used version of node (22.6.0), and adjusts the comment in the css to clear the error in building the app. --- DEVNOTES.md | 4 ++-- src/styles/bootstrap_replacement.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVNOTES.md b/DEVNOTES.md index a48ae7a56..17e09967c 100644 --- a/DEVNOTES.md +++ b/DEVNOTES.md @@ -1,10 +1,10 @@ # Local Development -1. We use [node@16](https://github.com/nvm-sh/nvm#installing-and-updating): +1. We use [node@22.6.0](https://github.com/nvm-sh/nvm#installing-and-updating): ``` curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash -nvm install 16 +nvm install 22.6.0 ``` 2. Install deps: diff --git a/src/styles/bootstrap_replacement.css b/src/styles/bootstrap_replacement.css index 6986f71ec..c66eb6453 100644 --- a/src/styles/bootstrap_replacement.css +++ b/src/styles/bootstrap_replacement.css @@ -6562,4 +6562,4 @@ button.close { display: none !important; } } -/*# sourceMappingURL=bootstrap.css.map */ \ No newline at end of file +/* sourceMappingURL=bootstrap.css.map */ \ No newline at end of file