Dependency Management

Adding Dependencies

  1. Check if a similar dependency already exists
  2. Add to package.json with an appropriate version constraint
  3. Run the package manager install command
  4. Update documentation if needed

Removing Dependencies

  1. Verify nothing uses the dependency
  2. Remove from package.json
  3. Run the package manager install command