I am trying to use node fetch to retrieve a string from a Misty robot and then pass this information to a Lobe ML model for a senior year developmental class. The problem is that fetch was originally not defined. I then installed the package in the terminal and am now stuck at "Module import or export statement unexpected here" when I try to import the package in my file. I am super confused on how to solve this and have spent the last 3 class periods reading docs and other stack overflow posts and can not find anything that works for me. Does anyone have any tips?