Hello,
I am trying to install q2studio with qiime2-2022.8 on a linux hpc system.
I have the conda environment qiime2-2022.8 activated and have downloaded and unpacked q2studio-2022.8.0. I have loaded the nodejs version 7.4.0 module.
Following the instructions on the website I was successful in following the first two intallations (although I needed the --user flag for pip install.
conda install gevent nodejs -c defaults --override-channels
pip install --user .
When I tried
npm install --legacy-peer-deps && npm run build
I get the following error messages:
(qiime2-2022.8) [dpearton@login2 q2studio-2022.8.0]$ npm install --legacy-peer-deps && npm run build
npm WARN Invalid version: "2022.8"
npm WARN q2studio-2022.8.0 No description
npm WARN q2studio-2022.8.0 No repository field.
npm WARN q2studio-2022.8.0 No README data
npm WARN q2studio-2022.8.0 No license field.
npm ERR! Linux 3.10.0-514.6.1.el7.x86_64
npm ERR! argv "/apps/chpc/bio/nodejs/v7.4.0/bin/node" "/apps/chpc/bio/nodejs/v7.4.0/bin/npm" "run" "build"
npm ERR! node v7.4.0
npm ERR! npm v4.0.5npm ERR! Invalid version: "2022.8"
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issuesnpm ERR! Please include the following file with any support request:
npm ERR! /mnt/lustre/users/dpearton/qiime2/q2studio-2022.8.0/npm-debug.log
Any suggestions?