Skip to content

Instantly share code, notes, and snippets.

@1Marc
1Marc / digging-into-node.md
Last active February 28, 2025 12:39
Digging Into Node.js Setup

Setup

Make sure you have Node 11+ installed.

Type node -v in your command line to check your version.

Install sqlite3: npm install sqlite3

For Windows