-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation error - "Error with matching keys" #35
Comments
Hmm weird. Seems to be related to this pnpm issue. Their solution seems to be to run |
Hello, I had this issue a few days ago, and now with this issue being solved, I could just now install it. |
I try that, and still the same error when installing sharkey... Still this error, and no fix working.
|
Umm, could you give the output of this command, just to check that pnpm is actually installed on your VPS? |
Well, i have to install npm before (obviously) and it show that, so it's not that i think..
EDIT : And, still the same error when installing Sharkey. Maybe it's coming from the way yunohost build and install npm during the install ? Logs here : https://paste.yunohost.org/raw/ifekajeniw |
Yea, I'm really not sure. I don't think yunohost is installing or building npm during install as it's already installed on your system it looks like, not very familiar with how npm/pnpm works though. This is all it is running in relation to npm/pnpm: Lines 43 to 46 in 6072e9b
It seems to be getting issues running the second command ( |
Yunohost install app in the separate user and maybe in and sandbox kind of way ? I only have npm install because you tell me to do a sudo npm install command. But it was not install the first time. What i said is, it seem the npm from the admin user not connected to the npm of the script. |
I just tried to install and came here because I had the same issue |
Ah yea i see. I think the error is coming from the admin's npm install though, as seen in the log, where it seems to suggest the error is originating from the globally installed npm:
Would either of you be able to try installing a patch I've made, essentially just adding my previously mentioned attempted fix to the install script, to see if that helps at all? You can do this by running the command:
|
Yep no prob, I am running it now |
It worked without issue! There were a couple of new version FYIs but I don't know if that's in Sharkey or on YH's side (I assume the former) Update available! 9.6.0 → 10.5.0. │ DeprecationWarning: The |
Oo yay! I'd probs have to see the full log to check whether those pnpm updates are for sharkey or Yunohost but it's probably fine :) Will just wait for @tr1p0p's results just to double check this wasn't like a random success. |
Yeah i confirm the fix work, and installation finished (if you have enough memory left), great ! Thanks ! Should i close the issue then now or i let you do that ? |
Great! I'll just make a pull request which should close the issue automatically when merged. Can leave the issue open for now in case anyone else comes across the same thing :) |
Cannot install on my OVH VPS on debian 12 it seem.
Here's the log : https://paste.yunohost.org/raw/uhebemaroh
Seem it's around some error with matching keys, something like that ?
Hope it get fixed soon. Thanks.
The text was updated successfully, but these errors were encountered: