Pnpm Onboarding Bug

Using Pnpx with create-plasmic-app instead of npx gives the following error

==================================================
create-plasmic-app failed!
==================================================
Unexpected error:
Error: Command failed with exit code 1: npm install --ignore-scripts @plasmicapp/cli
    at makeError (/home/newUser/.local/share/pnpm/store/v3/tmp/dlx-18852/node_modules/.pnpm/execa@5.1.1/node_modules/execa/lib/error.js:60:11)
    at handlePromise (/home/newUser/.local/share/pnpm/store/v3/tmp/dlx-18852/node_modules/.pnpm/execa@5.1.1/node_modules/execa/index.js:118:26)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  shortMessage: 'Command failed with exit code 1: npm install --ignore-scripts @plasmicapp/cli',
  command: 'npm install --ignore-scripts @plasmicapp/cli',
  escapedCommand: 'npm install --ignore-scripts "@plasmicapp/cli"',
  exitCode: 1,
  signal: undefined,
  signalDescription: undefined,
  stdout: undefined,
  stderr: undefined,
  failed: true,
  timedOut: false,
  isCanceled: false,
  killed: false
}