0

For a webflow project i want use the finsweet developer starter kit.

For that, i need to install pnpm.

When i write in the console npm install -g pnpm the package install.

But when i try to install dependance in project with pnpm install I have an error zsh : command not found : pnpm

I try with brew and same issue.

Someone have an idea ?

I'm on mac, Node.js : 18.15 Npm : 9.5

Mick_Bsd
  • 1
  • 1
  • You don't actually need to install pnpm. pnpm is shipped with node.js via corepack. So you can just run `corepack enable` and pnpm will be available to you. – Zoltan Kochan Mar 27 '23 at 00:07

0 Answers0