update with installer details
authorAJ ONeal <aj@therootcompany.com>
Fri, 26 Jun 2020 08:24:36 +0000 (08:24 +0000)
committerAJ ONeal <aj@therootcompany.com>
Fri, 26 Jun 2020 08:24:36 +0000 (08:24 +0000)
node/README.md

index 7a8e6d0cb7c300cdd3eaabdf805489d29cef3a10..c5a6835b9e7b984af61d11fc8fabf37658b5afe2 100644 (file)
@@ -5,6 +5,16 @@ tagline: |
   Node.jsĀ® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
 description: |
   Node is great for simple, snappy HTTP(S) servers, and for stitching APIs together with minimal fuss or muss.
+
+  Installing node via webi will:
+
+    - pick a compatible version from the [Node Releases API](https://nodejs.org/dist/index.tab)
+    - download and unpack to `$HOME/.local/opt/node/`
+    - update your `PATH` in `$HOME/.config/envman/PATH.env`
+    - run `npm config set scripts-prepend-node-path=true`
+      - (prevents conflicts with other installed node versions)
+    - absolutely leave system file permisions alone
+      - (no dreaded `sudo npm` permission errors)
 ---
 
 Hello World