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

feat: add support for vite 3 #25

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Conversation

naokie
Copy link
Contributor

@naokie naokie commented Jul 21, 2022

Description of Problem

We have install problem at resolving peerDependencies.

❯ ni 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: some-project@1.0.0
npm ERR! Found: vite@3.0.2
npm ERR! node_modules/vite
npm ERR!   dev vite@"^3.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^2.0.0" from vite-plugin-fonts@0.5.0
npm ERR! node_modules/vite-plugin-fonts
npm ERR!   dev vite-plugin-fonts@"^0.5.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /Users/naoki.endo/.npm/eresolve-report.txt for a full report.
...

Proposed Solution

Add Vite 3 support.

Additional Information

No test.

close #24

@stafyniaksacha stafyniaksacha merged commit 36de576 into cssninjaStudio:main Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support vite 3
2 participants