| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > CustomTipId
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 |
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) |
Custom tip ids always start with the TIP_ prefix.