ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.21k stars 190 forks source link

missing stuff #172

Closed skynett81 closed 1 year ago

skynett81 commented 1 year ago

i do get this error when i try to update the XO .

error @xen-orchestra/vmware-explorer@0.0.3: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.19.0" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

i do use your image

and how do i fix so it got more space then just 10G ?

dsiminiuk commented 1 year ago

I updated node.js from this https://stackoverflow.com/questions/8191459/how-do-i-update-node-js and it solved the build issue.

ronivay commented 1 year ago

How are you running the update? xo-install.sh (preinstalled in the image) should handle node update for you. Script logs would be nice if it doesn't do this for you.

Disk resize you need to do from xcp-ng dom0 with cli if you don't have any other management interface available for your host/pool.

dsiminiuk commented 1 year ago

The script didn't update it, the base code changed to require node version >=18 and now I see in commit https://github.com/vatesfr/xen-orchestra/commit/e94f036ac where they have lowered the required node version to >=14.

github-actions[bot] commented 1 year ago

This issue has been open for 14 days without activity. It will be closed in 5 days if not updated

ronivay commented 1 year ago

Hi,

If node was installed by the xo-install.sh script originally, it should also update to 18.x if you still run 16.x. If node was installed via some other means, it might override the binary location for package installed by the script from nodesource repository.

github-actions[bot] commented 1 year ago

This issue has been open for 14 days without activity. It will be closed in 5 days if not updated