You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I've published a package and I am depending on it in my wally.toml in another project:
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:
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
The text was updated successfully, but these errors were encountered: