cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Commerce 2105.6 pnpm install failing

0 Likes
2,011

Hi, I am having issues installing pnpm on my windows server. it gives me this error?

D:\Hybris-2105\hybris\bin\modules\smartedit\smartedittools\common\temp\pnpm-local\node_modules\.bin\pnpm install --no-prefer-frozen-lockfile --strict-peer-dependencies

Am using SAP Commerce 2105.6, is there any fix for this or workaround?

Accepted Solutions (0)

Answers (1)

Answers (1)

gaurav11
Participant
0 Likes

Hi Riaz,

Had reported the problem to SAP support on Commerce 2105 , their suggested remedy, which I found to be effective, allowed me to continue with the build and configuration of Commerce.

  • Change the pnpm version to 5.18.10 on "bin\modules\smartedit\smartedittools\common\config\rush.tpl.json";
  • Delete .pnpm-store under your Windows $HOME;
  • Trigger commerce build

Thanks,