Skip to content

Cannot build #14

Description

@littleblack111
src/commands/database/redis/create.ts:68:22 - error TS2304: Cannot find name 'environmentId'.

68   if (!projectId || !environmentId || !name || !appName || !databasePassword) {
                        ~~~~~~~~~~~~~

src/commands/database/redis/create.ts:94:9 - error TS2304: Cannot find name 'environmentId'.

94    if (!environmentId) {
           ~~~~~~~~~~~~~

src/commands/database/redis/create.ts:110:5 - error TS2552: Cannot find name 'environmentId'. Did you mean 'environment'?

110     environmentId = environment.environmentId;
        ~~~~~~~~~~~~~

  src/commands/database/redis/create.ts:99:13
    99     const { environment } = await inquirer.prompt([
                   ~~~~~~~~~~~
    'environment' is declared here.

src/commands/database/redis/create.ts:189:7 - error TS18004: No value exists in scope for the shorthand property 'environmentId'. Either declare one or provide an initializer.

189       environmentId,
          ~~~~~~~~~~~~~


Found 4 errors.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions