Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite setup vue/ts object with packages name changed. #7748

Closed
7 tasks done
1216892614 opened this issue Apr 15, 2022 · 1 comment · Fixed by #7760
Closed
7 tasks done

Vite setup vue/ts object with packages name changed. #7748

1216892614 opened this issue Apr 15, 2022 · 1 comment · Fixed by #7760

Comments

@1216892614
Copy link

1216892614 commented Apr 15, 2022

Describe the bug

When I run npm i after setup, npm tell me several packages have renamed.

  1. npm init vite@latest
  2. Select a framework: vue -> vue-ts
  3. cd to workspace
  4. npm i
    after these simple steps, I get these npm warnings:
npm WARN deprecated vscode-pug-languageservice@0.29.8: WARNING: This project has been renamed to @volar/pug-language-service. Install using @volar/pug-language-service instead.
npm WARN deprecated vscode-vue-languageservice@0.29.8: WARNING: This project has been renamed to @volar/vue-language-service. Install using @volar/vue-language-service instead.
npm WARN deprecated vscode-typescript-languageservice@0.29.8: WARNING: This project has been renamed to @volar/typescript-language-service. Install using @volar/typescript-language-service instead.

Reproduction

I can not offer you a reproduction with web IDE, however it's realy easy to repeat in your pc terminal.

System Info

- System: wsl2 on windows11
- editor: VSCode + Volar
It happend without browsers runing, so no need to offer browsers info.

Used Package Manager

npm

Logs

❯ npm i
npm WARN deprecated vscode-pug-languageservice@0.29.8: WARNING: This project has been renamed to @volar/pug-language-service. Install using @volar/pug-language-service instead.
npm WARN deprecated vscode-vue-languageservice@0.29.8: WARNING: This project has been renamed to @volar/vue-language-service. Install using @volar/vue-language-service instead.
npm WARN deprecated vscode-typescript-languageservice@0.29.8: WARNING: This project has been renamed to @volar/typescript-language-service. Install using @volar/typescript-language-service instead.

added 110 packages, and audited 111 packages in 2m

16 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

Validations

@hydrati
Copy link
Contributor

hydrati commented Apr 16, 2022

I probably know where the problem is. I may submit a PR for it later.

@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants