所以我有这个Range5应用程序,它使用NPM的aes256库来加密登录表单的密码。在那个aes256库中,有var crypto = require('crypto')。当我运行应用程序并尝试登录表单时,我遇到了crypto.createHash is not a function错误。当我调试我的应用程序来找出问题所在时,我发现var crypto只是一个空对象。
gyp info find Python using Python version 3.9.5 found at "C:\Users\ShanmugaPriya\AppData\Local\Programs\Python\Python39\python.exe"npm ERR! gyp ERR!find <e
首先,它显示了与python相关的错误,这很奇怪,但是现在我安装python,这个错误 npm ERR!gyp info find Python using Python version 3.10.2 found at "C:\Python310\python.exe"
npm ERR!find VS checking VS2019 (16.11.31829.152) foun