Published
- 1 min read
vite react app
The solution for this is noted below
vite react app
Solution
# npm 6.x
npm create vite@latest my-react-app --template react
# npm 7+, extra double-dash is needed:
npm create vite@latest my-react-app -- --template react
# yarn
yarn create vite my-react-app --template react
# pnpm
pnpm create vite my-react-app -- --template react
Try other methods by searching on the site. That is if this doesn’t work