I've been stuck on getting basic imports to work. I'm not having fun. Can any tell me know what I could be doing wrong. I have the package installed and able to nav down and check everything is there. Heres how I'm setup
Hi,
Could be missing the npm installation, if not, please share what error is throwing.
I found the issues. The first issue was the plugin, the second issue was I have to find a way to find the dependencies if I'm not using hardhat or something. I wish there was a way to compile .sol w/ out using hardhat though
You can compile without Hardhat by using Import Remapping. It's tricky to set up so I would recommend Hardhat still.