mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
update with installer details
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user