You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was trying to add this beauty in my rails 6 application, but it failed on me, multiple times.
Here's the stack trace.
Checking for most recent jquery cdn version... Traceback (most recent call last): 9: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/bin/ruby_executable_hooks:24:in
'
8: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/bin/ruby_executable_hooks:24:in eval' 7: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/bin/bootscaf:23:in '
6: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/bin/bootscaf:23:in load' 5: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/bootscaf-0.1.26/bin/bootscaf:3:in <top (required)>'
4: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/thor-1.1.0/lib/thor/base.rb:485:in start' 3: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/thor-1.1.0/lib/thor.rb:392:in dispatch'
2: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/thor-1.1.0/lib/thor/invocation.rb:127:in invoke_command' 1: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/thor-1.1.0/lib/thor/command.rb:27:in run'
/home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/bootscaf-0.1.26/lib/bootscaf/cli.rb:118:in update': undefined method []' for nil:NilClass (NoMethodError)`
I was able to figure that out, it is coming because CDN link is returning 404 error.
Please fix
The text was updated successfully, but these errors were encountered:
Hi, I was trying to add this beauty in my rails 6 application, but it failed on me, multiple times.
Here's the stack trace.
'Checking for most recent jquery cdn version... Traceback (most recent call last): 9: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/bin/ruby_executable_hooks:24:in
8: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/bin/ruby_executable_hooks:24:in
eval' 7: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/bin/bootscaf:23:in
'6: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/bin/bootscaf:23:in
load' 5: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/bootscaf-0.1.26/bin/bootscaf:3:in
<top (required)>'4: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/thor-1.1.0/lib/thor/base.rb:485:in
start' 3: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/thor-1.1.0/lib/thor.rb:392:in
dispatch'2: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/thor-1.1.0/lib/thor/invocation.rb:127:in
invoke_command' 1: from /home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/thor-1.1.0/lib/thor/command.rb:27:in
run'/home/aks/.rvm/gems/ruby-2.7.2@nutri/gems/bootscaf-0.1.26/lib/bootscaf/cli.rb:118:in
update': undefined method
[]' for nil:NilClass (NoMethodError)`I was able to figure that out, it is coming because CDN link is returning 404 error.
Please fix
The text was updated successfully, but these errors were encountered: