Node: Difference between revisions
Jump to navigation
Jump to search
| Line 9: | Line 9: | ||
nvm use 24.18.0 | nvm use 24.18.0 | ||
node -v | node -v | ||
</syntaxhighlight> | |||
== mermaid == | |||
<syntaxhighlight lang="bash"> | |||
npm install -g @mermaid-js/mermaid-cli | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 02:36, 2 July 2026
Frequently Used Commands
nvm: nodejs version management
nvm list
nvm list available
nvm install lts
nvm use 24.18.0
node -v
mermaid
npm install -g @mermaid-js/mermaid-cli
Resources
- https://www.npmjs.com/package/ajv
- https://www.npmjs.com/package/validator
- https://github.com/mysqljs/mysql
- https://expressjs.com/
- http://learnboost.github.io/cluster/
- https://github.com/expressjs/cors#readme
- https://github.com/uuidjs/uuid#readme
- https://github.com/axios/axios
- https://www.npmjs.com/package/crypto (Deprecated)
- https://www.npmjs.com/package/request (Deprecated)
- https://www.npmjs.com/package/fs (Security holding)