cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Commerce 2105.6 pnpm install failing

0 Kudos

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?

0 Kudos

The workaround provided by SAP for 2105.1 does not work in 2105.6

adiputera
Active Participant

do you really need to do pnpm install? Since 2105.6, you can skip pnpm install by adding smartedittools.only.build.once=true to local.properties

0 Kudos

Thank you adiputera , but that would make it impossible to customize smartedit? How to handle this then?

adiputera
Active Participant
0 Kudos

Hi mohammedriaz, that's true, if you have custom smartedit extension, you should not skip rush build and pnpm install.


Did you get the workaround from https://answers.sap.com/questions/13497106/isuue-installing-sap-commerce-2105-with-windows.html?

Accepted Solutions (0)

Answers (1)

Answers (1)

gaurav11
Participant
0 Kudos

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,