You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ node -v
v18.15.0
$ npm -v
9.3.0
$ pnpm -v
8.3.1
$ pnpm create next-app marketplace --typescript
# or same as below#$ npx create-next-app marketplace --typescript#√ Would you like to use ESLint with this project? ... No / Yes -> Yes#√ Would you like to use Tailwind CSS with this project? ... No / Yes -> Yes#√ Would you like to use `src/` directory with this project? ... No / Yes -> Yes#√ Would you like to use experimental `app/` directory with this project? ... No / Yes -> No#√ What import alias would you like configured? ... @/*
$ cd marketplace
$ pnpm run dev
Upgrade Pnpm
run pnpm setup
add PNPM_HOME=C:\Users\[your system username]\AppData\Local\pnpm to global system variables, not user variables!!!