You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using openzeppelin/contracts and openzeppelin/contracts-upgradeable together,
when I run npx hardhat compile I get this error:
Error HH415: Two different source names ('@openzeppelin/contracts/utils/Strings.sol' and 'node_modules/@openzeppelin/contracts/utils/Strings.sol') resolve to the same file (/Users/dev/Desktop/hardhat/node_modules/@openzeppelin/contracts/utils/Strings.sol).
Minimal reproduction steps
npx hardhat compile
Search terms
No response
The text was updated successfully, but these errors were encountered:
Version of Hardhat
2.19.5
What happened?
I'm using openzeppelin/contracts and openzeppelin/contracts-upgradeable together,
when I run
npx hardhat compile
I get this error:Error HH415: Two different source names ('@openzeppelin/contracts/utils/Strings.sol' and 'node_modules/@openzeppelin/contracts/utils/Strings.sol') resolve to the same file (/Users/dev/Desktop/hardhat/node_modules/@openzeppelin/contracts/utils/Strings.sol).
Minimal reproduction steps
npx hardhat compile
Search terms
No response
The text was updated successfully, but these errors were encountered: