Skip to content

All(?) packages with dev dependencies cannot be installed #71

@vocksel

Description

@vocksel

I've published a package and I am depending on it in my wally.toml in another project:

[dependencies]
import = "vocksel/import@2.0.0"

However when I try to install, it seems that wally is downloading the TestEZ dev-dependency for import, and is preventing me from installing my package:

$ wally install
[INFO ] Updating package index https://github.com/UpliftGames/wally-index...
[INFO ] Downloading roblox/testez@0.4.1...
A dev dependency cannot be dependened upon by a non-dev dependency

It seems that Wally attempts to install TestEZ when it is only depended on by import, and then crashes.

This is also happening when trying to depend on vocksel/viewport-skybox@0.1.0.

Here is the wally.toml in the import package for reference: https://github.com/vocksel/import/blob/main/wally.toml

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