Skip to content

Can't build basic Amber app. #418

Description

@Tisamu

Description

I have simply generated a new amber app and did a shards install, nothing more, but when I want to build it (with amber watch or crystal build) I got the following error(s):

Error in src/password-manager.cr:1: while requiring "../config/*"
require "../config/*"
^
in config/application.cr:2: while requiring "amber"
require "amber"
^
in lib/amber/src/amber.cr:15: while requiring "./amber/server/**": can't specify arguments in both, command and args without including "${@}" into your command
require "./amber/server/**"
^
🤖 Compile time errors detected. SentryBot shutting down...

Steps to Reproduce

  1. amber new password-manager -d mysql
  2. cd password-manager
  3. shards install
  4. amber watch

Thanks in advance. 🤞

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions