Hi, Iām new to coding and Moralis/Web3.
My workstation/Laptop: Ubuntu Linux ver. 21.10.
I just set up a server (testnet), installed visual studio code and headed to the terminal of it to install Moralis through npm, but got the folowing āsurpriseā during installation of moralis:
Here is the encountered issue, it seems that thereās no fix for it?
npm audit report
web3 *
Insecure Credential Storage - https://npmjs.com/advisories/877
No fix available
node_modules/web3
moralis ***
** Depends on vulnerable versions of web3
node_modules/moralis
I googled around to look for circumventing this and tried to find an example of a succesfull npm moralis install, but nowhere to be found. Has someone succesfully installed moralis through npm without encountering this issue?