Closed YonatanKra closed 6 months ago
Just a heads up that this is the issue I mentioned in the other issue. Unfortunately haven’t been able to resolve it. I believe it has to do with a nested dependency on fast tooling old version.
I'm trying to run the foundation's tests.
Some of the tests fail locally (without any change on my part).
Updating the files seems to have no effect once I run the tests once. Is there some caching mechanism involved? Do I need to build before running the tests?
Ok, figured out that last bit. It works with yarn tdd
.
Tests for RTL are still failing locally but it is less concerning right now :)
Hi, I'm trying to set up the repository locally to contribute a PR but running into installation issues.
I've forked and cloned the repository, ensuring the fork is synced with the upstream.
Note that I'm working on the
archives/fast-element-1
branch.When I run
yarn install
with node 18, I get the following error on theprepare
(post install) phase:I then switched to node 16 and got the following error:
Anyone else experiences this issue?