Wondering if anyone has a fix/idea for this.
I have tested my smart contracts with remix and they all work fine with me importing directly from github. I have been trying to run my files locally with truffle and have used the import @openzeppelin approach and seem to be getting this error.
CompileError: DeclarationError: Identifier already declared.
| 4 | import "./Token.sol"; | ^^^^^^^^^^^^^^^^^^^^^^^^
Is it possible that I have installed openzeppelin wrongly locally? I have tried uninstalling and installing again but still seem to be faced with this error.