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

--with does not accept a package name without the module path #131

Closed
pablochacin opened this issue Feb 6, 2025 · 1 comment · Fixed by #133
Closed

--with does not accept a package name without the module path #131

pablochacin opened this issue Feb 6, 2025 · 1 comment · Fixed by #133
Labels
bug Something isn't working

Comments

@pablochacin
Copy link
Contributor

 docker run --rm -i -u "$(id -u):$(id -g)" -v "${PWD}:/xk6"  grafana/xk6 build v0.55.0  --with sm=.

produces the error:

2025/02/06 11:52:11 ERROR build error invalid dependency format: malformed module path "sm": missing dot in first path element

@pablochacin pablochacin added the bug Something isn't working label Feb 6, 2025
@pablochacin pablochacin changed the title --with does not accept module without --with does not accept a package name without the module path Feb 6, 2025
@pablochacin pablochacin added wontfix This will not be worked on and removed bug Something isn't working labels Feb 6, 2025
@pablochacin

This comment has been minimized.

@pablochacin pablochacin added bug Something isn't working and removed wontfix This will not be worked on labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant