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
Changing from version 9.7.x to 10.0.x I'm using a new way to package penguins-eggs: nodejs is not more included on the package like before, but rely on it's presence in available repos.
This is configured on the penguins-eggs package, who actually ask for : nodejs (>= 18) on it's DEBIAN/control file.
Unfortunately, distros on this note and derivatives, have nodejs >=18 available on the their original repository.
So, before to try to install penguins-eggs-10.0.x we need to add nodejs repos from nodesource for nodejs 18 or better.