Install Dependencies
SkillDev toolsInstall all Dart and npm dependencies in dependency order
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Install Dependencies skill
What this skill tells your AI
The instructions your AI receives, as published by melbournedeveloper/dart_node in .claude/skills/pub-get/SKILL.md and read by ahel’s review.
Run the dependency installer that handles the tiered monorepo structure.
./tools/pub_get.sh
What it does
Installs dart pub get and npm install across all packages and examples in dependency order:
- Tier 1 (Core):
dart_logging,dart_node_coverage,dart_node_core,reflux - Tier 2 (Packages):
dart_jsx,dart_node_express,dart_node_ws,dart_node_better_sqlite3,dart_node_mcp,dart_node_react,dart_node_react_native - Tier 3 (Examples):
frontend,markdown_editor,reflux_demo/web_counter,backend,mobile,jsx_demo
Order matters because Tier 2 depends on Tier 1, and Tier 3 depends on both.
After running
Report any failures. If a package fails, it's usually because:
- A dependency in an earlier tier hasn't been published yet (use
dart run tools/switch_deps.dart localfor local dev) - npm packages need
npm installin a subdirectory (e.g.,examples/mobile/rn/)
Signals
- GitHub stars
- 113
- Forks
- 2
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
pub-get- Source
- github.com/melbournedeveloper/dart_node