Skip to content

Instantly share code, notes, and snippets.

@lrjbrual
Created September 21, 2021 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lrjbrual/e38caa370c79a74162c331461a3f1098 to your computer and use it in GitHub Desktop.
Save lrjbrual/e38caa370c79a74162c331461a3f1098 to your computer and use it in GitHub Desktop.
Can't locate the stimulus_reflex NPM package.
source 'https://rubygems.org'
git_source(:github) {|repo| "https://github.com/#{repo}.git" }
gem 'aws-sdk-s3', require: false
gem 'bootsnap', '>= 1.4.4', require: false
gem 'cancancan'
gem 'devise'
gem 'devise_invitable', '~> 2.0', '>= 2.0.5'
gem 'jbuilder', '~> 2.7'
gem 'pg'
gem 'puma', '~> 5.0'
gem 'rack-cors'
gem 'rails', '~> 6.1.3', '>= 6.1.3.2'
gem 'redis-session-store', '~> 0.11.3'
gem "redis", :require => ["redis", "redis/connection/hiredis"]
gem "hiredis"
gem 'sass-rails', '>= 6'
gem 'sidekiq'
gem 'sidekiq-failures', '~> 1.0'
gem 'turbolinks', '~> 5'
gem 'webpacker', '~> 5.0'
# for zip large files
gem 'zip_tricks', '~> 4.2', '>= 4.2.1'
gem 'jwt'
gem 'restforce'
gem 'simple_command'
gem "cable_ready", "~> 4.5"
gem 'country_select'
gem 'stimulus_reflex', '~> 3.4', '>= 3.4.1'
gem 'twilio-ruby'
-----> Building on the Heroku-20 stack
-----> Using buildpacks:
1. https://github.com/heroku/heroku-buildpack-activestorage-preview
2. heroku/ruby
-----> ActiveStorage Preview app detected
-----> Installing binary dependencies for ActiveStorage Preview
Detected ffmpeg version change, flushing cache
Downloading packages..
Installing packages.....
-----> Ruby app detected
-----> Installing bundler 2.2.21
-----> Removing BUNDLED WITH version in the Gemfile.lock
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-3.0.1
-----> Installing dependencies using bundler 2.2.21
Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4
Fetching gem metadata from https://rubygems.org/
Fetching gem metadata from https://rubygems.org/..........
Fetching rake 13.0.6
Installing rake 13.0.6
Fetching concurrent-ruby 1.1.9
Fetching minitest 5.14.4
Fetching builder 3.2.4
Fetching zeitwerk 2.4.2
Installing zeitwerk 2.4.2
Installing builder 3.2.4
Installing concurrent-ruby 1.1.9
Fetching erubi 1.10.0
Installing minitest 5.14.4
Installing erubi 1.10.0
Fetching racc 1.5.2
Fetching crass 1.0.6
Fetching rack 2.2.3
Installing rack 2.2.3
Installing crass 1.0.6
Installing racc 1.5.2 with native extensions
Fetching nio4r 2.5.8
Installing nio4r 2.5.8 with native extensions
Fetching websocket-extensions 0.1.5
Installing websocket-extensions 0.1.5
Fetching marcel 1.0.2
Fetching mini_mime 1.1.1
Installing mini_mime 1.1.1
Installing marcel 1.0.2
Fetching aws-partitions 1.503.0
Fetching aws-eventstream 1.2.0
Installing aws-eventstream 1.2.0
Installing aws-partitions 1.503.0
Fetching jmespath 1.4.0
Fetching bcrypt 3.1.16
Installing jmespath 1.4.0
Installing bcrypt 3.1.16 with native extensions
Fetching msgpack 1.4.2
Installing msgpack 1.4.2 with native extensions
Using bundler 2.2.21
Fetching method_source 1.0.0
Installing method_source 1.0.0
Fetching thor 1.1.0
Installing thor 1.1.0
Fetching thread-local 1.1.0
Installing thread-local 1.1.0
Fetching cancancan 3.3.0
Installing cancancan 3.3.0
Fetching connection_pool 2.2.5
Installing connection_pool 2.2.5
Fetching i18n_data 0.13.0
Installing i18n_data 0.13.0
Fetching sixarm_ruby_unaccent 1.2.0
Installing sixarm_ruby_unaccent 1.2.0
Fetching unicode_utils 1.4.0
Fetching orm_adapter 0.5.0
Installing orm_adapter 0.5.0
Installing unicode_utils 1.4.0
Fetching faraday-em_http 1.0.0
Installing faraday-em_http 1.0.0
Fetching faraday-em_synchrony 1.0.0
Installing faraday-em_synchrony 1.0.0
Fetching faraday-excon 1.1.0
Installing faraday-excon 1.1.0
Fetching faraday-httpclient 1.0.1
Fetching faraday-net_http 1.0.1
Installing faraday-httpclient 1.0.1
Installing faraday-net_http 1.0.1
Fetching faraday-net_http_persistent 1.2.0
Installing faraday-net_http_persistent 1.2.0
Fetching faraday-patron 1.0.0
Installing faraday-patron 1.0.0
Fetching faraday-rack 1.0.0
Installing faraday-rack 1.0.0
Fetching multipart-post 2.1.1
Fetching ruby2_keywords 0.0.5
Installing ruby2_keywords 0.0.5
Installing multipart-post 2.1.1
Fetching ffi 1.15.4
Fetching hashie 4.1.0
Installing hashie 4.1.0
Installing ffi 1.15.4 with native extensions
Fetching hiredis 0.6.3
Installing hiredis 0.6.3 with native extensions
Fetching jwt 2.2.3
Installing jwt 2.2.3
Fetching pg 1.2.3
Installing pg 1.2.3 with native extensions
Fetching redis 4.4.0
Installing redis 4.4.0
Fetching tilt 2.0.10
Installing tilt 2.0.10
Fetching semantic_range 3.0.0
Installing semantic_range 3.0.0
Fetching simple_command 0.1.0
Installing simple_command 0.1.0
Fetching turbolinks-source 5.2.0
Installing turbolinks-source 5.2.0
Fetching zip_tricks 4.8.3
Installing zip_tricks 4.8.3
Fetching rack-test 1.1.0
Installing rack-test 1.1.0
Fetching warden 1.2.9
Installing warden 1.2.9
Fetching rack-cors 1.1.1
Installing rack-cors 1.1.1
Fetching rack-proxy 0.7.0
Installing rack-proxy 0.7.0
Fetching websocket-driver 0.7.5
Installing websocket-driver 0.7.5 with native extensions
Fetching i18n 1.8.10
Installing i18n 1.8.10
Fetching tzinfo 2.0.4
Installing tzinfo 2.0.4
Fetching sprockets 4.0.2
Installing sprockets 4.0.2
Fetching mail 2.7.1
Fetching aws-sigv4 1.4.0
Installing mail 2.7.1
Installing aws-sigv4 1.4.0
Fetching nokogiri 1.12.4 (x86_64-linux)
Fetching countries 4.0.1
Installing nokogiri 1.12.4 (x86_64-linux)
Installing countries 4.0.1
Fetching sort_alphabetical 1.1.0
Installing sort_alphabetical 1.1.0
Fetching faraday 1.8.0
Installing faraday 1.8.0
Fetching puma 5.5.0
Installing puma 5.5.0 with native extensions
Fetching sidekiq 6.2.2
Installing sidekiq 6.2.2
Fetching turbolinks 5.2.1
Installing turbolinks 5.2.1
Fetching activesupport 6.1.4.1
Installing activesupport 6.1.4.1
Fetching bootsnap 1.9.1
Installing bootsnap 1.9.1 with native extensions
Fetching aws-sdk-core 3.121.0
Installing aws-sdk-core 3.121.0
Fetching loofah 2.12.0
Installing loofah 2.12.0
Fetching faraday_middleware 1.1.0
Installing faraday_middleware 1.1.0
Fetching twilio-ruby 5.58.2
Installing twilio-ruby 5.58.2
Fetching country_select 6.0.0
Installing country_select 6.0.0
Fetching sidekiq-failures 1.0.1
Installing sidekiq-failures 1.0.1
Fetching rails-dom-testing 2.0.3
Installing rails-dom-testing 2.0.3
Fetching globalid 0.5.2
Installing globalid 0.5.2
Fetching activemodel 6.1.4.1
Installing activemodel 6.1.4.1
Fetching jbuilder 2.11.2
Installing jbuilder 2.11.2
Fetching aws-sdk-kms 1.48.0
Installing aws-sdk-kms 1.48.0
Fetching rails-html-sanitizer 1.4.2
Installing rails-html-sanitizer 1.4.2
Fetching restforce 5.1.0
Installing restforce 5.1.0
Fetching activejob 6.1.4.1
Installing activejob 6.1.4.1
Fetching activerecord 6.1.4.1
Installing activerecord 6.1.4.1
Fetching aws-sdk-s3 1.103.0
Installing aws-sdk-s3 1.103.0
Fetching actionview 6.1.4.1
Installing actionview 6.1.4.1
Fetching actionpack 6.1.4.1
Installing actionpack 6.1.4.1
Fetching actioncable 6.1.4.1
Installing actioncable 6.1.4.1
Fetching activestorage 6.1.4.1
Installing activestorage 6.1.4.1
Fetching actionmailer 6.1.4.1
Installing actionmailer 6.1.4.1
Fetching railties 6.1.4.1
Fetching sprockets-rails 3.2.2
Installing sprockets-rails 3.2.2
Installing railties 6.1.4.1
Fetching redis-session-store 0.11.3
Installing redis-session-store 0.11.3
Fetching actionmailbox 6.1.4.1
Installing actionmailbox 6.1.4.1
Fetching actiontext 6.1.4.1
Installing actiontext 6.1.4.1
Fetching rails 6.1.4.1
Fetching responders 3.0.1
Installing responders 3.0.1
Installing rails 6.1.4.1
Fetching webpacker 5.4.3
Fetching cable_ready 4.5.0
Installing cable_ready 4.5.0
Installing webpacker 5.4.3
Fetching devise 4.8.0
Installing devise 4.8.0
Fetching stimulus_reflex 3.4.1
Fetching devise_invitable 2.0.5
Installing stimulus_reflex 3.4.1
Installing devise_invitable 2.0.5
Fetching sassc 2.4.0
Installing sassc 2.4.0 with native extensions
Fetching sassc-rails 2.1.2
Installing sassc-rails 2.1.2
Fetching sass-rails 6.0.0
Installing sass-rails 6.0.0
Bundle complete! 43 Gemfile dependencies, 104 gems now installed.
Gems in the groups 'development' and 'test' were not installed.
Bundled gems are installed into `./vendor/bundle`
Post-install message from stimulus_reflex:
Friendly reminder: When updating the stimulus_reflex gem,
don't forget to update your npm package as well.
See https://www.npmjs.com/package/stimulus_reflex
Bundle completed (149.15s)
Cleaning up the bundler cache.
-----> Installing node-v12.16.2-linux-x64
-----> Installing yarn-v1.22.4
-----> Detecting rake tasks
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
WARNING:
Can't locate the stimulus_reflex NPM package.
Either add it to your package.json as a dependency or use "yarn link stimulus_reflex" if you are doing development.
WARNING:
The Stimulus Reflex javascript package version () does not match the Rubygem version (3.4.1).
To update the Stimulus Reflex npm package:
yarn upgrade stimulus_reflex@3.4.1
yarn install v1.22.4
info No lockfile found.
[1/4] Resolving packages...
warning @rails/webpacker > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning @rails/webpacker > webpack > watchpack > watchpack-chokidar2 > chokidar > fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
warning @rails/webpacker > postcss-preset-env > postcss-color-gray > postcss-values-parser > flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
warning @rails/webpacker > webpack > node-libs-browser > url > querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
warning @rails/webpacker > webpack > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
warning @rails/webpacker > webpack > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
warning webpack-dev-server > chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
warning webpack-dev-server > sockjs > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
warning webpack-dev-server > webpack-log > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
[2/4] Fetching packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "linux" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 37.93s.
I, [2021-09-21T19:00:21.404245 #1736] INFO -- : Writing /tmp/build_498494fa/public/assets/manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js
I, [2021-09-21T19:00:21.404636 #1736] INFO -- : Writing /tmp/build_498494fa/public/assets/manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js.gz
I, [2021-09-21T19:00:21.404905 #1736] INFO -- : Writing /tmp/build_498494fa/public/assets/eq5d-63fe29bc99e19107b9ae665cbb71509552ae8cc5c67cb9d2391220e0a57184f6.ico
I, [2021-09-21T19:00:21.405163 #1736] INFO -- : Writing /tmp/build_498494fa/public/assets/eq5d-63fe29bc99e19107b9ae665cbb71509552ae8cc5c67cb9d2391220e0a57184f6.ico.gz
I, [2021-09-21T19:00:21.405411 #1736] INFO -- : Writing /tmp/build_498494fa/public/assets/actiontext-6fd35bb8fae1d6a795115763ca265369b9750f73a1c6283a0b0ef4b6c2d550c8.css
I, [2021-09-21T19:00:21.405595 #1736] INFO -- : Writing /tmp/build_498494fa/public/assets/actiontext-6fd35bb8fae1d6a795115763ca265369b9750f73a1c6283a0b0ef4b6c2d550c8.css.gz
I, [2021-09-21T19:00:21.405829 #1736] INFO -- : Writing /tmp/build_498494fa/public/assets/application-6fd35bb8fae1d6a795115763ca265369b9750f73a1c6283a0b0ef4b6c2d550c8.css
I, [2021-09-21T19:00:21.405976 #1736] INFO -- : Writing /tmp/build_498494fa/public/assets/application-6fd35bb8fae1d6a795115763ca265369b9750f73a1c6283a0b0ef4b6c2d550c8.css.gz
Compiling...
Compilation failed:
Hash: abcea836e2db84bc2247
Version: webpack 4.46.0
Time: 24212ms
Built at: 09/21/2021 7:00:47 PM
19 assets
Entrypoint application = css/application-162b4160.css js/application-cda36fd876898606bec8.js js/application-cda36fd876898606bec8.js.map
[0] ./node_modules/stimulus/index.js + 38 modules 83.6 KiB {0} [built]
| 39 modules
[2] ./app/javascript/controllers/application_controller.js 3.49 KiB {0} [built]
[3] ./node_modules/stimulus_reflex/javascript/stimulus_reflex.js + 13 modules 84.6 KiB {0} [built]
| 14 modules
[6] ./app/javascript/controllers/check_number_controller.js 7.8 KiB {0} [built]
[7] (webpack)/buildin/global.js 472 bytes {0} [built]
[8] ./app/javascript/packs/application.scss 2.31 KiB {0} [built] [failed] [1 error]
[11] multi ./app/javascript/packs/application.js ./app/javascript/packs/application.scss 40 bytes {0} [built]
[16] ./app/javascript/controllers sync _controller\.js$ 398 bytes {0} [built]
[18] ./app/javascript/controllers/example_controller.js 5.68 KiB {0} [optional] [built]
[19] ./app/javascript/controllers/hello_controller.js 3.06 KiB {0} [optional] [built]
[20] ./app/javascript/controllers/otp_controller.js 7.75 KiB {0} [optional] [built]
[21] ./app/javascript/controllers/search_controller.js 3 KiB {0} [optional] [built]
[27] ./node_modules/@popperjs/core/lib/index.js + 54 modules 71.2 KiB {0} [built]
| 55 modules
[28] ./app/javascript/packs/application.js + 4 modules 2.35 KiB {0} [built]
| ./app/javascript/packs/application.js 405 bytes [built]
| ./app/javascript/controllers/index.js 676 bytes [built]
| ./app/javascript/channels/consumer.js 263 bytes [built]
| + 2 hidden modules
[29] ./node_modules/@rails/actiontext/app/javascript/actiontext/index.js + 1 modules 1.42 KiB {0} [built]
| 2 modules
+ 20 hidden modules
ERROR in ./app/javascript/packs/application.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/src/index.js):
ParserError: Syntax Error at line: 1, column 25
at /tmp/build_498494fa/app/javascript/packs/application.scss:1:20669
at Parser.error (/tmp/build_498494fa/node_modules/postcss-values-parser/lib/parser.js:127:11)
at Parser.operator (/tmp/build_498494fa/node_modules/postcss-values-parser/lib/parser.js:162:20)
at Parser.parseTokens (/tmp/build_498494fa/node_modules/postcss-values-parser/lib/parser.js:245:14)
at Parser.loop (/tmp/build_498494fa/node_modules/postcss-values-parser/lib/parser.js:132:12)
at Parser.parse (/tmp/build_498494fa/node_modules/postcss-values-parser/lib/parser.js:51:17)
at parse (/tmp/build_498494fa/node_modules/postcss-custom-properties/index.cjs.js:47:30)
at /tmp/build_498494fa/node_modules/postcss-custom-properties/index.cjs.js:333:24
at /tmp/build_498494fa/node_modules/postcss/lib/container.js:194:18
at /tmp/build_498494fa/node_modules/postcss/lib/container.js:139:18
at Rule.each (/tmp/build_498494fa/node_modules/postcss/lib/container.js:105:16)
at Rule.walk (/tmp/build_498494fa/node_modules/postcss/lib/container.js:135:17)
at /tmp/build_498494fa/node_modules/postcss/lib/container.js:152:24
at Root.each (/tmp/build_498494fa/node_modules/postcss/lib/container.js:105:16)
at Root.walk (/tmp/build_498494fa/node_modules/postcss/lib/container.js:135:17)
at Root.walkDecls (/tmp/build_498494fa/node_modules/postcss/lib/container.js:192:19)
at transformProperties (/tmp/build_498494fa/node_modules/postcss-custom-properties/index.cjs.js:330:8)
at Object.syncTransform [as plugin] (/tmp/build_498494fa/node_modules/postcss-custom-properties/index.cjs.js:522:5)
at /tmp/build_498494fa/node_modules/postcss-preset-env/index.js:443:97
at /tmp/build_498494fa/node_modules/webpack/lib/NormalModule.js:316:20
at /tmp/build_498494fa/node_modules/loader-runner/lib/LoaderRunner.js:367:11
at /tmp/build_498494fa/node_modules/loader-runner/lib/LoaderRunner.js:233:18
at context.callback (/tmp/build_498494fa/node_modules/loader-runner/lib/LoaderRunner.js:111:13)
at /tmp/build_498494fa/node_modules/postcss-loader/src/index.js:208:9
@ multi ./app/javascript/packs/application.js ./app/javascript/packs/application.scss application[1]
Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--5-1!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/@fortawesome/fontawesome-free/css/all.css:
Entrypoint mini-css-extract-plugin = *
18 modules
Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--5-1!node_modules/postcss-loader/src/index.js??ref--5-2!node_modules/bootstrap/dist/css/bootstrap.css:
Entrypoint mini-css-extract-plugin = *
2 modules
Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js??ref--6-1!node_modules/postcss-loader/src/index.js??ref--6-2!node_modules/sass-loader/dist/cjs.js??ref--6-3!app/javascript/packs/application.scss:
Entrypoint mini-css-extract-plugin = *
[0] ./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/src??ref--6-2!./node_modules/sass-loader/dist/cjs.js??ref--6-3!./app/javascript/packs/application.scss 1.81 KiB {0} [built] [failed] [1 error]
ERROR in ./app/javascript/packs/application.scss (./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/src??ref--6-2!./node_modules/sass-loader/dist/cjs.js??ref--6-3!./app/javascript/packs/application.scss)
Module build failed (from ./node_modules/postcss-loader/src/index.js):
ParserError: Syntax Error at line: 1, column 25
at /tmp/build_498494fa/app/javascript/packs/application.scss:1:20669
at Parser.error (/tmp/build_498494fa/node_modules/postcss-values-parser/lib/parser.js:127:11)
at Parser.operator (/tmp/build_498494fa/node_modules/postcss-values-parser/lib/parser.js:162:20)
at Parser.parseTokens (/tmp/build_498494fa/node_modules/postcss-values-parser/lib/parser.js:245:14)
at Parser.loop (/tmp/build_498494fa/node_modules/postcss-values-parser/lib/parser.js:132:12)
at Parser.parse (/tmp/build_498494fa/node_modules/postcss-values-parser/lib/parser.js:51:17)
at parse (/tmp/build_498494fa/node_modules/postcss-custom-properties/index.cjs.js:47:30)
at /tmp/build_498494fa/node_modules/postcss-custom-properties/index.cjs.js:333:24
at /tmp/build_498494fa/node_modules/postcss/lib/container.js:194:18
at /tmp/build_498494fa/node_modules/postcss/lib/container.js:139:18
at Rule.each (/tmp/build_498494fa/node_modules/postcss/lib/container.js:105:16)
at Rule.walk (/tmp/build_498494fa/node_modules/postcss/lib/container.js:135:17)
at /tmp/build_498494fa/node_modules/postcss/lib/container.js:152:24
at Root.each (/tmp/build_498494fa/node_modules/postcss/lib/container.js:105:16)
at Root.walk (/tmp/build_498494fa/node_modules/postcss/lib/container.js:135:17)
at Root.walkDecls (/tmp/build_498494fa/node_modules/postcss/lib/container.js:192:19)
at transformProperties (/tmp/build_498494fa/node_modules/postcss-custom-properties/index.cjs.js:330:8)
at Object.syncTransform [as plugin] (/tmp/build_498494fa/node_modules/postcss-custom-properties/index.cjs.js:522:5)
at /tmp/build_498494fa/node_modules/postcss-preset-env/index.js:443:97
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-property-in-object.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-property-in-object.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-property-in-object.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-property-in-object.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-property-in-object.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-property-in-object.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-property-in-object.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-property-in-object.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-property-in-object.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-property-in-object.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-class-properties.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-property-in-object.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-methods", { "loose": true }]
to the "plugins" section of your Babel config.
!
! Precompiling assets failed.
!
! Push rejected, failed to compile Ruby app.
! Push failed
{
"name": "client-portal",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@popperjs/core": "^2.9.2",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.1.3-2",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.0",
"bootstrap": "^5.0.2",
"sass": "^1.35.1",
"sass-loader": "10.1.1",
"stimulus": "^2.0.0",
"stimulus_reflex": "3.4.1",
"trix": "^1.2.0",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.11.2"
}
}
## I used this for other environment
config.action_controller.default_url_options = {host: "unittest-clientportal.herokuapp.com"}
config.cache_store = :redis_cache_store, {driver: :hiredis, url: ENV.fetch("HEROKU_REDIS_BLACK_URL")}
config.session_store :redis_session_store,
key: "_session_production",
serializer: :json,
redis: {
driver: :hiredis,
expire_after: 1.year,
ttl: 1.year,
key_prefix: "app:session:",
url: ENV.fetch("HEROKU_REDIS_BLACK_URL")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment