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
Describe the bug asset:precompile has failure after bumping webpacker.
asset:precompile
NoMethodError: undefined method `+' for nil:NilClass �[0m �[91m/usr/local/bundle/gems/webpacker-5.2.1/lib/webpacker/configuration.rb:31:in `additional_paths'
https://stackoverflow.com/a/63530034 explains that resolved_paths has been deprecated and should be replaced by additional_paths
resolved_paths
additional_paths
To Reproduce Steps to reproduce the behavior: https://hub.docker.com/repository/registry-1.docker.io/ualbertalib/jupiter/builds/10511763-b384-429a-81de-66296e5b0786
Expected behavior The build is clean.
Screenshots If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
SUCCESS! https://hub.docker.com/repository/registry-1.docker.io/ualbertalib/jupiter/builds/fd8c7d3f-53dd-4654-87c4-f927f4c4031f
Sorry, something went wrong.
pgwillia
No branches or pull requests
Describe the bug
asset:precompile
has failure after bumping webpacker.https://stackoverflow.com/a/63530034 explains that
resolved_paths
has been deprecated and should be replaced byadditional_paths
To Reproduce
Steps to reproduce the behavior:
https://hub.docker.com/repository/registry-1.docker.io/ualbertalib/jupiter/builds/10511763-b384-429a-81de-66296e5b0786
Expected behavior
The build is clean.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: