Need a quick help

Hi welcome to the OZ forums!

ParserError: Invalid token. _name = “name“;
This makes me think you are trying to assign a string where it should be a parameter. In examples you have to pass the arguments when you deploy your contract, these arguments will be for the name, decimals, ticker, etc.

Please follow the tutorial over at OpenZeppelin Upgrades: Step by Step Tutorial for Hardhat

It is fantastic for giving you a basic understanding of how these contracts compile and work.