Aave Sandbox Error SKIP_LOAD

Expert

I am having some trouble with the Aave sandbox. I keep getting the error 'SKIP_LOAD' is not recognized as an internal or external command, operable program or batch file.

Answers 1

If you're on Windows the env variable syntax won't work, try adding a .env file with the line

SKIP_LOAD=true

and change compile in package.json to

"compile": "hardhat compile"