Florian Ludewig

Results 41 comments of Florian Ludewig

@lummax I'm facing this same error when installing `testcontainers`, because of `cpu-features`. How can I fix this error? ``` ERROR: /home/flolu/Desktop/drakery/BUILD.bazel:74:22: Running lifecycle hooks on npm package [email protected] failed: (Exit...

The issue came back for me starting from Bazel version 6.3.0. Downgrading to 6.2.1 fixed the problem for now. I'm using those fixes: https://github.com/aspect-build/rules_js/blob/0cd08de06ce8610e19cc58c1229c6b6e9cae92d3/e2e/npm_link_package/WORKSPACE#L28 https://github.com/aspect-build/rules_js/blob/0cd08de06ce8610e19cc58c1229c6b6e9cae92d3/e2e/npm_link_package/WORKSPACE#L31

I will close this because of inactivity. The best solution would probably be to use https://github.com/aspect-build/rules_ts

@gregmagolan I'm still having this problem. And `--allow_experimental_unresolves_symlinks` is unrecognized by Bazel.

@gregmagolan could you provide more details for `--allow_experimental_unresolves_symlinks`? Adding it to `.bazelrc` doesn't fix the issue for me. Is there any plan to get this fixed?

@gregmagolan I'm using Bazel 6: ``` Bazelisk version: v1.13.2 Build label: 6.0.0 Build target: bazel-out/k8-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build time: Mon Dec 19 15:52:35 2022 (1671465155) Build timestamp: 1671465155 Build timestamp as int:...

@mvukov I've seen that you have created a [PR](https://github.com/aspect-build/rules_ts/pull/280) for a fix. Is there any workaround until this PR is merged?

@mvukov thanks! I did not know that it is possible to apply patches to an `http_archive`

Combine all downloaded files into one with: ``` cat RockYou2021.7z* > ./file.7z ``` Then unzip the `file.7z`.