mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-21 19:14:24 +00:00
chore: added notes about m365 cli
This commit is contained in:
34
knowledge base/node.js.md
Normal file
34
knowledge base/node.js.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# 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 -->
|
||||
Reference in New Issue
Block a user