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
npm bin
bundle update vite_ruby
npm bin is used by vite_ruby, but it's no longer included in newer versions of NPM β it was deprecated in NPM version 9, in favor of npx or npm exec.
vite_ruby
npx
npm exec
Please provide a link to a repo that can reproduce the problem you ran into.
Run bin/rake vite:info and provide the output:
bin/rake vite:info
bin/vite present?: true vite_ruby: 3.5.0 vite_rails: 3.0.17 rails: 7.1.3.2 node: v20.12.0 npm: 10.5.0 yarn: 1.22.22 pnpm: ruby: ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23] installed packages: pfml@1.0.0 /Users/sawyer/Dev/Sites/pfml-starter-kit-app/pfml βββ¬ vite-plugin-rails@0.5.0 β βββ¬ vite-plugin-environment@1.1.3 β β βββ vite@5.2.11 deduped β βββ¬ vite-plugin-ruby@5.0.0 β β βββ vite@5.2.11 deduped β βββ vite@5.2.11 deduped βββ vite@5.2.11
The text was updated successfully, but these errors were encountered:
feat: change default execution to use npx vite instead
npx vite
9da3db2
closes #462
1d6ee6d
330f61f
No branches or pull requests
bundle update vite_ruby
.Description π
npm bin
is used byvite_ruby
, but it's no longer included in newer versions of NPM β it was deprecated in NPM version 9, in favor ofnpx
ornpm exec
.Reproduction π
Please provide a link to a repo that can reproduce the problem you ran into.
Vite Ruby Info
Run
bin/rake vite:info
and provide the output:Screenshots π·
The text was updated successfully, but these errors were encountered: