Replies: 4 comments 1 reply
-
Hi @dmathijs At one stage this project was using npm, but did switch to pnpm. I don't know if that could make a difference, but the following worked for me just now:
Cheers |
Beta Was this translation helpful? Give feedback.
-
Hi Diederik, I'll just loop in the package owner. Hi @st3v3nmw, you might be best placed to answer about the package manager Diederik, I cloned https://github.com/st3v3nmw/obsidian-spaced-repetition into a fresh folder locally. Then I ran Are you able to attach the detailed error output from the tests? FYI I'm using vscode. Cheers |
Beta Was this translation helpful? Give feedback.
-
Hi Ronny, After some investigating I noticed that I was using Node version 14.18.2, some of the string methods used in tests are not supported by that version which caused tests to fail, I upgraded to 18.18.1 and it worked! Thanks for you help! |
Beta Was this translation helpful? Give feedback.
-
Great that you solved it, thanks for letting me know! |
Beta Was this translation helpful? Give feedback.
-
Wanted to have a crack at going through the code so I can help a bit..
I ran
npm i
followed bynpm test
and I'm getting a lot of failing tests, am I doing something wrong?Beta Was this translation helpful? Give feedback.
All reactions