Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
vocksel opened this issue Dec 19, 2021 · 0 comments
Closed

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

vocksel opened this issue Dec 19, 2021 · 0 comments

Comments

@vocksel
Copy link

vocksel commented Dec 19, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants