Node.js Package Management
Manage Node.js dependencies using the appropriate package manager CLI. This skill detects which package manager is in use and provides the correct commands.
Golden Rule
Always use the package manager CLI to manage dependencies. Never manually edit package.json or lock files.
Why CLI commands are required:
- Validation: Checks package exists on registry before adding
- Dependency resolution: Correctly handles transitive dependencies
- **Lock file
[Description truncada. Veja o README completo no GitHub.]