src/Rect.js Line 12:5: 'this' is not allowed before 'super()' no-this-before-super Line 13:5: 'this' is not allowed before 'super()' no-this-before-super Line 14:5: 'this' is not allowed before 'super()' no-this-before-super Line 15:5: 'this' is not allowed before 'super()' no-this-before-super Line 16:5: 'this' is not allowed before 'super()' no-this-before-super Line 17:5: 'this' is not allowed before 'super()' no-this-before-super Line 18:5: 'this' is not allowed before 'super()' no-this-before-super Line 19:24: 'this' is not allowed before 'super()' no-this-before-super Line 21:13: 'this' is not allowed before 'super()' no-this-before-super Line 22:12: 'this' is not allowed before 'super()' no-this-before-super Line 23:14: 'this' is not allowed before 'super()' no-this-before-super Line 24:15: 'this' is not allowed before 'super()' no-this-before-super Line 25:21: 'this' is not allowed before 'super()' no-this-before-super
http://ftp.scientificlinux.org/linux/scientific/6.5/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Traceback (most recent call last): 2: from /usr/local/bin/bundle:23:in `<main>' 1: from /usr/local/lib/ruby/2.6.0/rubygems.rb:302:in `activate_bin_path' /usr/local/lib/ruby/2.6.0/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (2.2.15) required by your /app/Gemfile.lock. (Gem::GemNotFoundException) To update to the latest version installed on your system, run `bundle update --bundler`. To install the missing version, run `gem install bundler:2.2.15` !! exit status 1
$ docker-compose run --rm web gem install bundler Creating app_web_run ... done Traceback (most recent call last): 2: from /usr/local/bin/bundle:23:in `<main>' 1: from /usr/local/lib/ruby/2.6.0/rubygems.rb:302:in `activate_bin_path' /usr/local/lib/ruby/2.6.0/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (2.2.15) required by your /app/Gemfile.lock. (Gem::GemNotFoundException) To update to the latest version installed on your system, run `bundle update --bundler`. ... (中略) ... To install the missing version, run `gem install bundler:2.2.15` !! exit status 1
メッセージは変わりません…
bundle update –bundler
もう1つの方法、bundle update —bundlerを行なってみましょう
1 2 3 4 5 6 7 8 9
$ docker-compose run --rm web bundle update --bundler Creating app_web_run ... done Traceback (most recent call last): 2: from /usr/local/bin/bundle:23:in `<main>' 1: from /usr/local/lib/ruby/2.6.0/rubygems.rb:302:in `activate_bin_path' /usr/local/lib/ruby/2.6.0/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (2.2.15) required by your /app/Gemfile.lock. (Gem::GemNotFoundException) To update to the latest version installed on your system, run `bundle update --bundler`. To install the missing version, run `gem install bundler:2.2.15` !! exit status 1
$ bundle update --bundler Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.2.15). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.2.15`.