Why do i get pnp

i don’t why i am getting pnmp instead of npm this happens always

Just type ‘pnpm install x’ instead. We use pnpm so that modules don’t take up project space, so you’re free to use whatever modules you want.

1 Like

my old projects does not ask for pnpm

We used to use npm by default, but now we don’t.