-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Description
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
Labels
No labels