-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
packages of libraries have to be duplicated on top level package.json #209
Comments
christophe-taret-zenika
pushed a commit
to flyingtof/flyxc
that referenced
this issue
May 28, 2024
tests did not work with github actions because libraries are not installed in subpackage Issue: vicb#209
christophe-taret-zenika
pushed a commit
to flyingtof/flyxc
that referenced
this issue
May 29, 2024
remove package.json,package-lock.json from optimizer tests did not work with github actions because libraries are not installed in subpackage Issue: vicb#209
christophe-taret-zenika
pushed a commit
to flyingtof/flyxc
that referenced
this issue
May 29, 2024
remove package.json,package-lock.json from optimizer tests did not work with github actions because libraries are not installed in subpackage Issue: vicb#209
christophe-taret-zenika
pushed a commit
to flyingtof/flyxc
that referenced
this issue
May 29, 2024
remove package.json,package-lock.json from optimizer tests did not work with github actions because libraries are not installed in subpackage Issue: vicb#209
christophe-taret-zenika
pushed a commit
to flyingtof/flyxc
that referenced
this issue
May 29, 2024
remove package.json,package-lock.json from optimizer tests did not work with github actions because libraries are not installed in subpackage Issue: vicb#209
christophe-taret-zenika
pushed a commit
to flyingtof/flyxc
that referenced
this issue
May 29, 2024
remove package.json,package-lock.json from optimizer tests did not work with github actions because libraries are not installed in subpackage Issue: vicb#209
christophe-taret-zenika
pushed a commit
to flyingtof/flyxc
that referenced
this issue
May 29, 2024
remove package.json,package-lock.json from optimizer tests did not work with github actions because libraries are not installed in subpackage Issue: vicb#209
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we let dependency definition in (e.g.) package.json of optimizer lib, tests run by github actions fail for this lib.
The workaround is to duplicate this dependency in the top level package.json
This is due to the fact that dependencies are not installed for libs sub-folders.
The text was updated successfully, but these errors were encountered: