Hi, @hesterlee and welcome to the forum!
The error message states:
It also lists the version of node you are using:
When you follow the installation instructions here, you should get a newer version of node. If you followed those instructions (especially conda install gevent nodejs -c defaults --override-channels
, which installs nodejs into your qiime 2 environment if it is activated) and you are still having a problem, then that means your computer is using a different node installation. If you activate your qiime 2 environment and then use these commands: which node
and which npm
, what do you see?
Your issue may be similar to the one here:
I would suggest simply creating a fresh qiime 2 enviroment and follow the q2studio installation instructions closely to see if that resolves the issue. Let me know how it works out!