elek opened a new pull request #2115:
URL: https://github.com/apache/ozone/pull/2115


   ## What changes were proposed in this pull request?
   
   Recon build is broken since yesterday due to a new [email protected] release
   
   ```
   [INFO] Running 'npx pnpm config set store-dir ~/.pnpm-store' in 
/home/elek/projects/ozone/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web
   [INFO] npx: installed 1 in 1.057s
   [INFO] ERROR: This version of pnpm requires at least Node.js v12.17
   [INFO] The current version of Node.js is v12.14.1
   [INFO] Visit https://r.pnpm.io/comp to see the list of past pnpm versions 
with respective Node.js version support.
   ``
   
   This is because the frontend maven plugin uses 
[npx](https://www.npmjs.com/package/npx) which downloads the required tools 
(`pnpm` in our case) on-demand if they are not available locally.
   
   This download uses the latest version (by default).  
   
   I recommend using a fixed version from `pnpm` to avoid any unexpected error 
when external tools is updated.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-5066
   
   ## How was this patch tested?
   
   The problem was reproducible with simple build. Tested with local build.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to