Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Website publish no longer works. Example: https://github.com/apache/yunikorn-site/runs/6638395350?check_suite_focus=true#step:3:73.
The error is:
yarn install v1.22.15
64info No lockfile found.
65[1/4] Resolving packages...
66[2/4] Fetching packages...
67error @docusaurus/core@2.0.0-beta.21: The engine "node" is incompatible with this module. Expected version ">=16.14". Got "16.13.0"
68info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
69error Found incompatible module.
70The command '/bin/sh -c yarn install' returned a non-zero code: 1
71
Need to change the base image to use node 16.14 or higher
Attachments
Issue Links
- is a parent of
-
YUNIKORN-1254 Update image version of node in the run command in the local_run.sh
- Closed
- relates to
-
YUNIKORN-1225 pin docusaurus version for website
- Closed
- links to