Open Louis-MG opened 1 day ago
Hello @Louis-MG ,
Did you run npm install command recently?
Normally I expect to see another Error message like;
Some npm packages seem to be missing in your interactive directory. Please run 'npm install' in the interactive directory and try again.
So you can go anvio/data/interactive directory and then run npm install
If it does not work, please let me know :)
I had a problem with npm indeed, ran the command, this is the result if I run it again:
up to date, audited 17 packages in 7s
3 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
Can you please run that command under Anvio directory:
ls -lR . | grep '^l'
We need to see symlink like below for popper.min.js _popper.min.js -> ../../../interactive/nodemodules/popper.js/dist/popper.min.js
If you don't see it like this, your node_modules folder might not be created correctly and that's why the symlink is not showing the correct package. You can delete the _nodemodules and package-lock.json files and try running npm install again.
(Partial) Results of the command in the anvio repo ~/github/anvio/anvio
:
lrwxrwxrwx 1 guelou01 guelou01 75 Oct 9 10:39 bootstrap.min.js -> ../../../interactive/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js
lrwxrwxrwx 1 guelou01 guelou01 59 Oct 9 10:39 jquery.min.js -> ../../../interactive/node_modules/jquery/dist/jquery.min.js
lrwxrwxrwx 1 guelou01 guelou01 62 Oct 9 10:39 popper.min.js -> ../../../interactive/node_modules/popper.js/dist/popper.min.js
lrwxrwxrwx 1 guelou01 guelou01 68 Oct 9 10:39 sortable.min.js -> ../../../interactive/node_modules/sortable-tablesort/sortable.min.js
Short description of the problem
When summarizing a profile db, I get this error that some javascript is missing.
anvi'o version
anvio-dev just updated:
System info
Linux 6.1.0-12-amd64 x86_64
Detailed description of the issue
Files / commands to reproduce the issue
My files are too voluminous :(