Home > @microsoft/rush-lib > CustomTipId
CustomTipId enum
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
An identifier representing a Rush message that can be customized by defining a custom tip in common/config/rush/custom-tips.json.
Signature:
export declare enum CustomTipId
Enumeration Members
Member | Value | Description |
|---|---|---|
TIP_PNPM_INVALID_NODE_VERSION |
| (BETA) |
TIP_PNPM_MISMATCHED_RELEASE_CHANNEL |
| (BETA) |
TIP_PNPM_NO_MATCHING_VERSION |
| (BETA) |
TIP_PNPM_NO_MATCHING_VERSION_INSIDE_WORKSPACE |
| (BETA) |
TIP_PNPM_OUTDATED_LOCKFILE |
| (BETA) |
TIP_PNPM_PEER_DEP_ISSUES |
| (BETA) |
TIP_PNPM_TARBALL_INTEGRITY |
| (BETA) |
TIP_PNPM_UNEXPECTED_STORE |
| (BETA) |
TIP_RUSH_DISALLOW_INSECURE_SHA1 |
| (BETA) |
TIP_RUSH_INCONSISTENT_VERSIONS |
| (BETA) |
Remarks
Custom tip ids always start with the TIP_ prefix.