Hello,
I am having a bit of an issue.
I am wanting to import the ERC20 open zeppelin library to my contract.
Unfortunately, when I run truffle test
, I get:
ParserError: Expected string literal (path), "*" or alias list.
import "@openzeppelin\contracts\token\ERC20\ERC20.sol";
^--------------^
I have tried reinstalling openzepplin, truffle, solidity and even npm and node itself.
No luck.
Here is a pic of the cmd error. I would add the text editor state, but I am limited to one pic as a new user.