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

rake webpacker:install command fails with 6.0.0.rc.6 #3342

Open
fitchMitch opened this issue Oct 11, 2024 · 0 comments
Open

rake webpacker:install command fails with 6.0.0.rc.6 #3342

fitchMitch opened this issue Oct 11, 2024 · 0 comments
Labels

Comments

@fitchMitch
Copy link

A bug is a crash or incorrect behavior. If you have a debugging or troubleshooting question, please open a discussion on the Rails forum, category webpacker

Setup environment:

  • Ruby version: ruby 3.3.2
  • Rails version: 7.1.3
  • Webpacker version: 6.0.0.rc.6

Expected behavior:

running bundle exec rails webpacker:install with no error

Actual behavior:

running command raises the following error:

bin/rails aborted!
NoMethodError: undefined method `exists?' for class Dir (NoMethodError)

if Dir.exists?(Webpacker.config.source_path)
^^^^^^^^
Did you mean? exist?
/home/etienne/dev/rails_projects/monstagedeseconde/bin/rails:9:in <top (required)>' /home/etienne/dev/rails_projects/monstagedeseconde/bin/spring:15:in <top (required)>'
/home/etienne/dev/rails_projects/monstagedeseconde/bin/rails:3:in load' /home/etienne/dev/rails_projects/monstagedeseconde/bin/rails:3:in

'
Tasks: TOP => app:template

Small, reproducible repo:

Setup environment:

  • Ruby version: ruby 3.3.2
  • Rails version: 7.1.3
@fitchMitch fitchMitch added the bug label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant