Hi there! I'm currently in the process of installing NASA's Open MCT (Link) but have hit a roadblock with errors during installation. Upon running npm install
, I encountered the following error message:
{ Error: Parse error using esprima for file: C:/Users/MCTUser/openmct/node_modules/painterro/build/painterro.min.js
Error: Line 258: Unexpected token *
at C:\Users\MCTUser\openmct\node_modules\requirejs\bin\r.js:29563:47
at C:\Users\MCTUser\openmct\node_modules\requirejs\bin\r.js:3063:37
... (error message continues)
I followed the tutorial's instructions and installed GIT and Node.js, so I'm puzzled about what might be causing this issue. Any ideas on how to troubleshoot and resolve it?