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
Hi team, bin/rails assets:precompile breaks on latest bun version which use bun.lock file instead of bun.lockb file.
bin/rails assets:precompile
bun.lock
bun.lockb
Steps to reproduce
jsbundling-rails: Command install failed, ensure npm is installed
Root cause This is caused by tool function of module Jsbundling::Tasks in filejsbundling-rails/blob/main/lib/tasks/jsbundling/build.rake.
tool
Jsbundling::Tasks
jsbundling-rails/blob/main/lib/tasks/jsbundling/build.rake
The text was updated successfully, but these errors were encountered:
update on this.
It fails when package-lock.json also exists.
package-lock.json
Sorry, something went wrong.
No branches or pull requests
Hi team,
bin/rails assets:precompile
breaks on latest bun version which usebun.lock
file instead ofbun.lockb
file.Steps to reproduce
bin/rails assets:precompile
breaks if npm is not installed with following messagejsbundling-rails: Command install failed, ensure npm is installed
Root cause
This is caused by
tool
function of moduleJsbundling::Tasks
in filejsbundling-rails/blob/main/lib/tasks/jsbundling/build.rake
.The text was updated successfully, but these errors were encountered: