running qiime 2 studio on PuTTY

Hello everyone,
I am trying to instal qiime2 studio on PuTTY. I followed the instructions, but I am getting this error:
Could someone help me out figure it out?

(base) lrostoll@signal[10:27][~] conda activate qiime2-2020.11 (qiime2-2020.11) lrostoll@signal[10:27][~] npm start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/lrostoll/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open ‘/home/lrostoll/package.json’
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! /home/lrostoll/.npm/_logs/2021-02-01T15_28_12_913Z-debug.log
(qiime2-2020.11) lrostoll@signal[10:28][~]$

Hi, @lautaro.rostoll! :wave: Welcome to the forum!

It looks like you might not have been inside of the q2studio-2020.11.0 directory when you ran npm start. Did you miss that step in the instructions?

That being said, I’m curious about how you plan to run q2studio on a remote machine since it can’t be run in a headless environment.

2 Likes

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.