DEV Community

Discussion on: create-react-app with pnpm

Collapse
 
adielcohen profile image
Adiel Cohen

Thank you so much!!!!
How can I change my shorter alias from "pnpm start" to "pn"?
The tutorial with Powershell for Windows in official pnpm website doesn't working...

Collapse
 
lico profile image
SeongKuk Han • Edited

I'm glad, it helped :)


pnpm.io/installation#using-a-short...

In Powershell, type this for registering an alias.

set-alias -name pn -value pnpm
Enter fullscreen mode Exit fullscreen mode

Then run a command pn start