You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for bringing the compatibility issue with the cryptian module to our attention. Based on your report, it appears that there might be a mismatch between the version of Node.js used to build the cryptian module and the version currently running in your environment. To address this, a straightforward solution is to remove the cryptian module dependency from your project (npm uninstall cryptian) and reinstall it (npm install cryptian). This process often resolves compatibility conflicts between the module and your current Node.js runtime. After reinstalling, please give your project another try to see if the issue persists.
If you encounter any further difficulties or have additional questions, feel free to reach out. We're here to assist you and ensure a smooth experience with the cryptian module.
I did what you suggested, but unfortunately it didn't work.
I use "nvm", the project currently uses the lts/iron version, but I also tried with the lts/hydrogen version. I also tried removing the node_modules folder and reinstalling all the packages.
I'm getting
when I run, E2E Vitest test
Can you help with this?
The text was updated successfully, but these errors were encountered: