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
PS D:\dddd> npm create vite@latest
> npx
> create-vite
√ Project name: ... vite-project
√ Select a framework: » React
√ Select a variant: » TypeScript + SWC
Scaffolding project in D:\dddd\vite-project...
Done. Now run:
cd vite-project
npm install
npm run dev
PS D:\dddd> cd .\vite-project\
PS D:\dddd\vite-project> npm i
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "workspace:": workspace:^
npm error A complete log of this run can be found in:
Reproduction
na
Steps to reproduce
npm create vite@latest
npx
create-vite
√ Project name: ... vite-project
√ Select a framework: » React
√ Select a variant: » TypeScript + SWC
npm i
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "workspace:": workspace:^
npm error A complete log of this run can be found in:
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
Reproduction
na
Steps to reproduce
√ Project name: ... vite-project
√ Select a framework: » React
√ Select a variant: » TypeScript + SWC
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: