update npm doc with date of writing

This commit is contained in:
2023-03-30 14:11:46 -06:00
parent c7a19ac8fc
commit 7a8804243a
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -6,7 +6,8 @@ Project (other: Craig Everett).
Craig and I started by trying to create a simple e-commerce website that used Craig and I started by trying to create a simple e-commerce website that used
Aeternity as its payment system. We are also currently developing a wallet. Aeternity as its payment system. We are also currently developing a wallet.
We have run into many weird stupid technical pitfalls or weird things you have We have run into many weird stupid technical pitfalls or weird things you have
to learn about. This file tree documents the ones we cared to write about. to learn about that take like 8 hours but really are 1 hour of complexity.
This file tree documents the ones we cared to write about.
- How to install NPM on Linux without getting AIDS - [How to install NPM without getting AIDS](./npm-misc/)
- - [Base64 versus Base58](./baseN/)
+2 -2
View File
@@ -3,8 +3,8 @@
The default `nodejs` package on Ubuntu installs an ancient version of Node/NPM The default `nodejs` package on Ubuntu installs an ancient version of Node/NPM
that often doesn't work properly with contemporary code. that often doesn't work properly with contemporary code.
As of the time of writing, Ubuntu's repository contains Node 8.10.0, which is 6 As of the time of writing (October 12, 2022), Ubuntu's repository contains Node
years out of date. 8.10.0, which is 6 years out of date.
To install the latest version of Node (currently: 18.10.0) To install the latest version of Node (currently: 18.10.0)