Skip to content

Version 7 seems like incompatible with AdonisJS 4.1 #31

@andrei-kochetygov

Description

@andrei-kochetygov

Versions

@adonisjs/cli version: 4.0.12
Node.js version: 14.16.0
NPM version: 6.14.11

Steps to reproduce

  1. Start with fresh environment;
  2. Install AdonisJS CLI;
    npm install -g @adonisjs/cli
  3. Init new project via CLI;
    adonis new project
  4. Enter new project directory;
    cd project
  5. Install Redis package via CLI;
    adonis install @adonisjs/redis
  6. Put "@adonisjs/redis/providers/RedisProvider" to "start/app.js" providers;
  7. Check out problems that listed below.

Problem 1

After installation Redis config doesn't appear inside "config" directory.

Problem 2

After run:
adonis serve --dev
Got error:
adonis-redis-issue

NOTE

Version 7 is installed by CLI, not manually. Probably TypeScript causes this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions