I want to create a new project using vite ( i used to do until now…). When i do npm create vite@latest it works normally. The problem come when i do npm install… Usually this will create the node modules folder, but now it gives me that error:
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type “workspace:”: workspace:^
npm ERR! A complete log of this run can be found in: C:UsersoasisAppDataLocalnpm-cache_logs2024-05-28T08_35_41_093Z-debug-0.log
I’ve been looking for a solution, but nothing works properly, including yarn and pnpm. Dunno what else i can do.
I’ve been looking for a solution, but nothing works properly, including yarn and pnpm. Dunno what else i can do.
8VoiD8 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.