Files
oam/knowledge base/node.js.md
Michele Cereda d42f25f1be fix: typo
2023-05-24 19:56:38 +02:00

35 lines
618 B
Markdown

# Node.js
Open-source, cross-platform JavaScript runtime environment.
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
```sh
# Use a custom CA certificate.
export NODE_EXTRA_CA_CERTS='path/to/trusted/ca/cert.pem'
```
## Further readings
- [Website]
- [`npm`][npm]
## Sources
All the references in the [further readings] section, plus the following:
<!-- project's references -->
[website]: https://nodejs.org/en
<!-- internal references -->
[further readings]: #further-readings
[npm]: npm.md
<!-- external references -->