PatrickAlphaC / brownie_fund_me

26 stars 64 forks source link

compile error #41

Closed JayAlwaysCodes closed 2 years ago

JayAlwaysCodes commented 2 years ago

CompilerError: solc returned the following errors:

contracts/FundMe.sol:5:1: ParserError: Source "@chainlink/contracts/src/v0.6/interfaces/AggregatorV3Interface.sol" not found: File outside of allowed directories. import "@chainlink/contracts/src/v0.6/interfaces/AggregatorV3Interface.sol"; ^--------------------------------------------------------------------------^

contracts/FundMe.sol:6:1: ParserError: Source "@chainlink/contracts/src/v0.6/vendor/SafeMathChainlink.sol" not found: File outside of allowed directories. import "@chainlink/contracts/src/v0.6/vendor/SafeMathChainlink.sol"; ^------------------------------------------------------------------^

JayAlwaysCodes commented 2 years ago

restarted my vscode and it compiled correctly though I'm still getting the red highlight on the '@chainlink.......'