You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'd like to run Panache on my own laptop as well as a debian VM on a cloud. But when running the docker-compose up, I get the following error message :
Starting panache ... done
Attaching to panache
panache | Starting nginx: nginx.
panache | npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
panache | npm WARN deprecated [email protected]: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2
panache | npm ERR! code EBADPLATFORM
panache | npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
panache | npm ERR! notsup Valid OS: darwin
panache | npm ERR! notsup Valid Arch: any
panache | npm ERR! notsup Actual OS: linux
panache | npm ERR! notsup Actual Arch: x64
panache |
panache | npm ERR! A complete log of this run can be found in:
panache | npm ERR! /root/.npm/_logs/2023-10-11T13_34_00_893Z-debug.log
panache exited with code 1
Looks like there is a problem with fsevents.
would you please help?
Best!
The text was updated successfully, but these errors were encountered:
flegeai
changed the title
Unable to make Panache with docker on a debian OS.
Unable to install Panache with docker on a debian OS.
Oct 11, 2023
Hi @flegeai ! thanks for letting me know, I had troubles in the past with package-lock.json, apparently I still have some cleaning to do.
I had some package conflicts when merging changes from the main branch into the bananaGenomeHub branch, it is most likely due to npm packages being update in one branch and not the other. package-lock.json is built automatically when installing the packages, from the package list in package.json. It is supposed to lock the versions of packages so that every dev has the exact same setup, but so far I am not quite convinced... In your case, overwriting it seems to have done the trick!
I'll let you know once I corrected it. Is everything else working as intended?
Hi,
I'd like to run Panache on my own laptop as well as a debian VM on a cloud. But when running the docker-compose up, I get the following error message :
Looks like there is a problem with fsevents.
would you please help?
Best!
The text was updated successfully, but these errors were encountered: