We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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のresolve.aliasが上手くいかないため...
The text was updated successfully, but these errors were encountered:
これ見ながらやる
https://dev.to/andreychernykh/yarn-npm-to-pnpm-migration-guide-2n04
Sorry, something went wrong.
まずnode_modulesを消す
node_modules
bunx npkill
下記を実行して、yarn.lockからpnpm-lock.yamlを生成する
yarn.lock
pnpm-lock.yaml
pnpm import
その後、bun.lockb, bunfig.toml, yarn.lockを消す。
bun.lockb
bunfig.toml
そして
pnpm i
No branches or pull requests
Viteのresolve.aliasが上手くいかないため...
The text was updated successfully, but these errors were encountered: