Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 472 Bytes

PNPM_ON_WINDOWS.md

File metadata and controls

7 lines (4 loc) · 472 Bytes

Running Commerce Layer Apps with pnpm on Windows

When working on Microsoft Windows, we suggest to use the PowerShell terminal or any alternative shell with the ability to run scripts as admin user.

This is required to install pnpm following the instruction here.

Once done, install globally the touch-cli package by running pnpm add -g touch-cli in order to successfully execute the prepare script (where provided).