Bear with me, I have no coding experience aside from setting up my mirror 2+ years ago.
I went and updated my raspberry pi as well as the MM software, and when I ran the npm start command I got an error “module ansis not found”.
I read up on what that meant and what I found was that my node/npm were out of date. I looked into how to updating them to their latest version but I haven’t been successful. Even worse, when I try the node -v or npm -v command I get an odd message here:
node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version ‘GLIBCXX_3.4.29’ not found
My guess is I don’t have them anymore? I tried installing a new node/npm but I can’t seem to figure out any instructions. I was successful in installing something called node version modular (nvm) so I think that could help me, but I may be at the limit of my knowledge.
I’m hoping someone here has a better idea of what I can do to get me back to something that works. I would be very grateful if any instructions are in the form of what exactly to type in the terminal lol.
Thank you!