Fails to calculate import size
I use web3 library
There is a string "Calculating..." for a few seconds, but then it disappears.
I enabled Debug & tried different values for Timeout in range 50 - 2000000, restarted VSCode & my laptop - nothing helps.
My last guess is that there is a limit for packages... Please assist.
Sam here. I'm on Vscode, Windows.
I enabled debug logging setting and it shows nothing in the output after the "Calculating..." disappears.
I also increased the timeout to different huge numbers and it seems it's not applied.
This happens to me when i'm working on a .ts and .js files.
import express from 'express';
I had problem with web3.js library. Upgrading web3 to 1.8.2 fixed that issue.
Try different versions for ur lib
I have the latest version of Express (and other libs), it won't work on this case.
Update: For now it doesn't work on Express and React. Other packages it works fine. Maybe it is limited when it comes to large packages ?