我们有一个npm包供我们的团队使用,里面我们正在使用这个uuidjs。现在我已经在我的Create-React-App上安装了这个自定义的npm包,它正在使用testing-library进行测试。当我测试从这个具有uuidjs的自定义包中导入文件的组件时,我得到以下错误: crypto.getRandomValues() not supported.See https://github.com/uuidjs/uuid#getrandomvalue
java.lang.NoClassDefFoundError: Could not initialize class javax.crypto.JceSecurityManager javax.crypto.Cipher.getMaxAllowedKeyLength(Cipher.java:2567)
sun.security.ssl.CipherSuite$BulkCiphe