Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/57.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 推送到heroku-预编译资产失败_Ruby On Rails_Heroku_Popper.js - Fatal编程技术网

Ruby on rails 推送到heroku-预编译资产失败

Ruby on rails 推送到heroku-预编译资产失败,ruby-on-rails,heroku,popper.js,Ruby On Rails,Heroku,Popper.js,我正试图将一个应用程序推送到heroku,但无法获得它。 当我运行rake资产:precompile时,它们在本地预编译良好,没有错误消息。 当我尝试推到heroku时,但失败了 错误消息是预编译资产失败,但更仔细地看,这似乎是一个popper问题。我尝试安装popper(我正在使用Thread)并再次添加提交和推送,但失败了 有人知道怎么解决这个问题吗?你需要看一些文件吗 提前谢谢 ➜ Medicalpractices git:(main) git push heroku main Enum

我正试图将一个应用程序推送到heroku,但无法获得它。 当我运行rake资产:precompile时,它们在本地预编译良好,没有错误消息。 当我尝试推到heroku时,但失败了 错误消息是预编译资产失败,但更仔细地看,这似乎是一个popper问题。我尝试安装popper(我正在使用Thread)并再次添加提交和推送,但失败了

有人知道怎么解决这个问题吗?你需要看一些文件吗

提前谢谢

➜  Medicalpractices git:(main) git push heroku main
Enumerating objects: 268, done.
Counting objects: 100% (268/268), done.
Delta compression using up to 4 threads
Compressing objects: 100% (217/217), done.
Writing objects: 100% (223/223), 5.68 MiB | 696.00 KiB/s, done.
Total 223 (delta 143), reused 1 (delta 0), pack-reused 0: Compressing source files... done.: Building source:: 
remote: -----> Building on the Heroku-20 stack: -----> Using buildpacks:
remote:        1. https://github.com/heroku/heroku-buildpack-nodejs:        2. https://github.com/heroku/heroku-buildpack-ruby
remote: -----> Node.js app detected
remote:        
remote: -----> Creating runtime environment
remote:        
remote:        NPM_CONFIG_PRODUCTION=false
remote:        NPM_CONFIG_LOGLEVEL=error
remote:        USE_YARN_CACHE=true
remote:        NODE_VERBOSE=false
remote:        NODE_ENV=production
remote:        NODE_MODULES_CACHE=true
remote:        
remote: -----> Installing binaries
remote:        engines.node (package.json):  unspecified
remote:        engines.npm (package.json):   unspecified (use default)
remote:        engines.yarn (package.json):  unspecified (use default)
remote:        
remote:        Resolving node version 14.x...
remote:        Downloading and installing node 14.16.0...
remote:        Using default npm version: 6.14.11
remote:        Resolving yarn version 1.22.x...
remote:        Downloading and installing yarn (1.22.10)
remote:        Installed yarn 1.22.10
remote:        
remote: -----> Installing dependencies
remote:        Installing node modules (yarn.lock)
remote:        yarn install v1.22.10
remote:        [1/4] Resolving packages...
remote:        [2/4] Fetching packages...
remote:        info fsevents@2.3.2: The platform "linux" is incompatible with this module.
remote:        info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
remote:        info fsevents@1.2.13: The platform "linux" is incompatible with this module.
remote:        info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
remote:        [3/4] Linking dependencies...
remote:        warning " > webpack-dev-server@3.11.2" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
remote:        warning "webpack-dev-server > webpack-dev-middleware@3.7.3" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
remote:        [4/4] Building fresh packages...
remote:        Done in 30.32s.
remote:        
remote: -----> Build
remote:        
remote: -----> Pruning devDependencies
remote:        yarn install v1.22.10
remote:        [1/4] Resolving packages...
remote:        [2/4] Fetching packages...
remote:        info fsevents@2.3.2: The platform "linux" is incompatible with this module.
remote:        info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
remote:        info fsevents@1.2.13: The platform "linux" is incompatible with this module.
remote:        info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
remote:        [3/4] Linking dependencies...
remote:        warning " > webpack-dev-server@3.11.2" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
remote:        warning "webpack-dev-server > webpack-dev-middleware@3.7.3" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
remote:        [4/4] Building fresh packages...
remote:        warning Ignored scripts due to flag.
remote:        Done in 5.39s.
remote:        
remote: -----> Caching build
remote:        - yarn cache
remote:        
remote: -----> Build succeeded!
remote:  !     This app may not specify any way to start a node process
remote:        https://devcenter.heroku.com/articles/nodejs-support#default-web-process-type
remote: 
remote:  !     Unmet dependencies don't fail yarn install but may cause runtime issues
remote:        https://github.com/npm/npm/issues/7494
remote: 
remote: -----> Ruby app detected
remote: -----> Installing bundler 2.2.11
remote: -----> Removing BUNDLED WITH version in the Gemfile.lock
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.6.6
remote: -----> Installing dependencies using bundler 2.2.11
remote:        Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4
remote:        Fetching gem metadata from https://rubygems.org/............


remote:        Post-install message from sass:
remote:        
remote:        Ruby Sass has reached end-of-life and should no longer be used.
remote:        
remote:        * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
remote:          primary implementation: https://sass-lang.com/install
remote:        
remote:        * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
remote:          sassc gem: https://github.com/sass/sassc-ruby#readme
remote:        
remote:        * For more details, please refer to the Sass blog:
remote:          https://sass-lang.com/blog/posts/7828841
remote:        
remote:        Removing font-awesome-sass (5.6.1)
remote:        Bundle completed (3.27s)
remote:        Cleaning up the bundler cache.
remote: -----> Detecting rake tasks
remote: -----> Preparing app for Rails asset pipeline
remote:        Running: rake assets:precompile
remote:        [Simple Form] Simple Form is not configured in the application and will use the default values. Use `rails generate simple_form:install` to generate the Simple Form configuration.
remote:        yarn install v1.22.10
remote:        [1/4] Resolving packages...
remote:        [2/4] Fetching packages...
remote:        info fsevents@2.3.2: The platform "linux" is incompatible with this module.
remote:        info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
remote:        info fsevents@1.2.13: The platform "linux" is incompatible with this module.
remote:        info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
remote:        [3/4] Linking dependencies...
remote:        warning " > webpack-dev-server@3.11.2" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
remote:        warning "webpack-dev-server > webpack-dev-middleware@3.7.3" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
remote:        [4/4] Building fresh packages...
remote:        Done in 29.93s.
remote:        yarn install v1.22.10
remote:        [1/4] Resolving packages...
remote:        success Already up-to-date.
remote:        Done in 1.01s.
remote:        I, [2021-04-04T19:55:06.032444 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot
remote:        I, [2021-04-04T19:55:06.032787 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot.gz
remote:        I, [2021-04-04T19:55:06.033598 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot
remote:        I, [2021-04-04T19:55:06.034711 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot.gz
remote:        I, [2021-04-04T19:55:06.035444 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot
remote:        I, [2021-04-04T19:55:06.039499 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot.gz
remote:        I, [2021-04-04T19:55:06.039736 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-brands-400-b077551ebb83f7299deaa16b45877ddd3eda20c4988ac79b6def416e7d2b6b3a.svg
remote:        I, [2021-04-04T19:55:06.040484 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-brands-400-b077551ebb83f7299deaa16b45877ddd3eda20c4988ac79b6def416e7d2b6b3a.svg.gz
remote:        I, [2021-04-04T19:55:06.040691 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-regular-400-00c96447c535a41055597d80db75302fc04fd1c909239eada694daa76cd77a20.svg
remote:        I, [2021-04-04T19:55:06.040992 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-regular-400-00c96447c535a41055597d80db75302fc04fd1c909239eada694daa76cd77a20.svg.gz
remote:        I, [2021-04-04T19:55:06.041195 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-387bea778f72246fad5ea5b69f68cd059a942e3ab181eb2390ad089bc9cc5e06.svg
remote:        I, [2021-04-04T19:55:06.042078 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-387bea778f72246fad5ea5b69f68cd059a942e3ab181eb2390ad089bc9cc5e06.svg.gz
remote:        I, [2021-04-04T19:55:06.042952 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-brands-400-070fe2507cabb066093e6912b85147f7289f5dbb5b582d5c6aea80f9c406dcc5.ttf
remote:        I, [2021-04-04T19:55:06.046273 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-brands-400-070fe2507cabb066093e6912b85147f7289f5dbb5b582d5c6aea80f9c406dcc5.ttf.gz
remote:        I, [2021-04-04T19:55:06.048265 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-regular-400-6fdc7b823f89434983845ce3435fa374af7e08912068b8955bdd6c697f1d2797.ttf
remote:        I, [2021-04-04T19:55:06.048566 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-regular-400-6fdc7b823f89434983845ce3435fa374af7e08912068b8955bdd6c697f1d2797.ttf.gz
remote:        I, [2021-04-04T19:55:06.048886 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-aa4b725084f0ad0d2d28df4191084467663b409d7272ba2f1cb6ece2d03553ec.ttf
remote:        I, [2021-04-04T19:55:06.049349 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-aa4b725084f0ad0d2d28df4191084467663b409d7272ba2f1cb6ece2d03553ec.ttf.gz
remote:        I, [2021-04-04T19:55:06.049631 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-brands-400-8b2dc7ace7b22f70f42c11f1606d1ee82ad46445c2f05587928e239e567ff68e.woff
remote:        I, [2021-04-04T19:55:06.050128 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-regular-400-180eef6acca110a022bb81621c04937b3d2edf09fb7644daba7f95368e73b0bd.woff
remote:        I, [2021-04-04T19:55:06.050994 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-195989f30d333ecf41e0021dbb92c690f367d2672c43199079d9be4b81dc90da.woff
remote:        I, [2021-04-04T19:55:06.051516 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-brands-400-c40f9aba3abc6fd5b0b28b1b125daa3b7bc43063955d456ae4d529705a6c975c.woff2
remote:        I, [2021-04-04T19:55:06.053047 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-regular-400-1efbec653801e7e6a8ea0cd94afd854c3d48225b52857008fe8a1d961cdfcc51.woff2
remote:        I, [2021-04-04T19:55:06.053540 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-e546fb3c56953992a5d20c52edb9e6d1b1141184b88ae19ba20a566d2ad98dbc.woff2
remote:        I, [2021-04-04T19:55:06.054341 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/igor-son-FV_PxCqgtwc-unsplash-1a0c1c93a9a59f9198c959eca1bd403662a1700c155f6f4db07b5521a39b91d9.jpg
remote:        I, [2021-04-04T19:55:06.055448 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/logo-00d638d1b844373588292609b7749ec6aa68621f3321d4656c5b5dd21e1d7228.jpg
remote:        I, [2021-04-04T19:55:06.056242 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/medlogo-e34841cb7bf100c1dcd8f40c7f200e2049959b6c639633e61dce7d0744a84c0b.png
remote:        I, [2021-04-04T19:55:06.056760 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/application-7acbadb63b6f924fa2ee82bbf4a2a50ae2d3321bc9266bfac6af56eed0b43d24.css
remote:        I, [2021-04-04T19:55:06.056937 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/application-7acbadb63b6f924fa2ee82bbf4a2a50ae2d3321bc9266bfac6af56eed0b43d24.css.gz
remote:        I, [2021-04-04T19:55:06.058866 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot.gz
remote:        I, [2021-04-04T19:55:06.066256 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-e546fb3c56953992a5d20c52edb9e6d1b1141184b88ae19ba20a566d2ad98dbc.woff2
remote:        I, [2021-04-04T19:55:06.066710 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-195989f30d333ecf41e0021dbb92c690f367d2672c43199079d9be4b81dc90da.woff
remote:        I, [2021-04-04T19:55:06.067364 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-aa4b725084f0ad0d2d28df4191084467663b409d7272ba2f1cb6ece2d03553ec.ttf.gz
remote:        I, [2021-04-04T19:55:06.068549 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-solid-900-387bea778f72246fad5ea5b69f68cd059a942e3ab181eb2390ad089bc9cc5e06.svg.gz
remote:        I, [2021-04-04T19:55:06.069120 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-regular-400-1efbec653801e7e6a8ea0cd94afd854c3d48225b52857008fe8a1d961cdfcc51.woff2
remote:        I, [2021-04-04T19:55:06.069838 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-regular-400-6fdc7b823f89434983845ce3435fa374af7e08912068b8955bdd6c697f1d2797.ttf.gz
remote:        I, [2021-04-04T19:55:06.070392 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-regular-400-00c96447c535a41055597d80db75302fc04fd1c909239eada694daa76cd77a20.svg.gz
remote:        I, [2021-04-04T19:55:06.071037 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-brands-400-c40f9aba3abc6fd5b0b28b1b125daa3b7bc43063955d456ae4d529705a6c975c.woff2
remote:        I, [2021-04-04T19:55:06.071957 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-brands-400-070fe2507cabb066093e6912b85147f7289f5dbb5b582d5c6aea80f9c406dcc5.ttf.gz
remote:        I, [2021-04-04T19:55:06.072958 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/font-awesome/fa-brands-400-b077551ebb83f7299deaa16b45877ddd3eda20c4988ac79b6def416e7d2b6b3a.svg.gz
remote:        I, [2021-04-04T19:55:06.073318 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/doctors-891a5d8a7e3c5428fef2940e27f6d13e568d5feb455389dd30cf4f87b50c809c.css
remote:        I, [2021-04-04T19:55:06.073730 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/doctors-891a5d8a7e3c5428fef2940e27f6d13e568d5feb455389dd30cf4f87b50c809c.css.gz
remote:        I, [2021-04-04T19:55:06.073994 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/health_care_companies-3c58dab916daf39f18c6ca062257364defaa1b4d6101386ac575c6c83762669f.css
remote:        I, [2021-04-04T19:55:06.075017 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/health_care_companies-3c58dab916daf39f18c6ca062257364defaa1b4d6101386ac575c6c83762669f.css.gz
remote:        I, [2021-04-04T19:55:06.075343 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/hours-21cedb6c07d90b1ded573843ec916a72a7f5c2a593054f72ecb1744a031bd280.css
remote:        I, [2021-04-04T19:55:06.075700 #2503]  INFO -- : Writing /tmp/build_6b448948/public/assets/hours-21cedb6c07d90b1ded573843ec916a72a7f5c2a593054f72ecb1744a031bd280.css.gz
remote:        Compiling...
remote:        Compilation failed:
remote:        ModuleNotFoundError: Module not found: Error: Can't resolve 'popper' in '/tmp/build_6b448948/app/javascript/packs'
remote:            at /tmp/build_6b448948/node_modules/webpack/lib/Compilation.js:925:10
remote:            at /tmp/build_6b448948/node_modules/webpack/lib/NormalModuleFactory.js:401:22
remote:            at /tmp/build_6b448948/node_modules/webpack/lib/NormalModuleFactory.js:130:21
remote:            at /tmp/build_6b448948/node_modules/webpack/lib/NormalModuleFactory.js:224:22
remote:            at /tmp/build_6b448948/node_modules/neo-async/async.js:2830:7
remote:            at /tmp/build_6b448948/node_modules/neo-async/async.js:6877:13
remote:            at /tmp/build_6b448948/node_modules/webpack/lib/NormalModuleFactory.js:214:25
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/Resolver.js:213:14
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/Resolver.js:285:5
remote:            at eval (eval at create (/tmp/build_6b448948/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:44:7
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/Resolver.js:285:5
remote:            at eval (eval at create (/tmp/build_6b448948/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/Resolver.js:285:5
remote:            at eval (eval at create (/tmp/build_6b448948/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:27:1)
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js:67:43
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/Resolver.js:285:5
remote:            at eval (eval at create (/tmp/build_6b448948/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:43:1)
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/ModuleKindPlugin.js:30:40
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/Resolver.js:285:5
remote:            at eval (eval at create (/tmp/build_6b448948/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/Resolver.js:285:5
remote:            at eval (eval at create (/tmp/build_6b448948/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:16:1)
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/forEachBail.js:30:14
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/Resolver.js:285:5
remote:            at eval (eval at create (/tmp/build_6b448948/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:44:7
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/Resolver.js:285:5
remote:            at eval (eval at create (/tmp/build_6b448948/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)
remote:            at /tmp/build_6b448948/node_modules/enhanced-resolve/lib/Resolver.js:285:5
remote:        resolve 'popper' in '/tmp/build_6b448948/app/javascript/packs'
remote:          Parsed request is a module
remote:          using description file: /tmp/build_6b448948/package.json (relative path: ./app/javascript/packs)
remote:            Field 'browser' doesn't contain a valid alias configuration
remote:            resolve as module
remote:              looking for modules in /tmp/build_6b448948/app/javascript
remote:                using description file: /tmp/build_6b448948/package.json (relative path: ./app/javascript)
remote:                  Field 'browser' doesn't contain a valid alias configuration
remote:                  using description file: /tmp/build_6b448948/package.json (relative path: ./app/javascript/popper)
remote:                    no extension
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper doesn't exist
remote:                    .mjs
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.mjs doesn't exist
remote:                    .js
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.js doesn't exist
remote:                    .sass
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.sass doesn't exist
remote:                    .scss
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.scss doesn't exist
remote:                    .css
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.css doesn't exist
remote:                    .module.sass
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.module.sass doesn't exist
remote:                    .module.scss
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.module.scss doesn't exist
remote:                    .module.css
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.module.css doesn't exist
remote:                    .png
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.png doesn't exist
remote:                    .svg
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.svg doesn't exist
remote:                    .gif
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.gif doesn't exist
remote:                    .jpeg
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.jpeg doesn't exist
remote:                    .jpg
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/app/javascript/popper.jpg doesn't exist
remote:                    as directory
remote:                      /tmp/build_6b448948/app/javascript/popper doesn't exist
remote:              /tmp/build_6b448948/app/javascript/packs/node_modules doesn't exist or is not a directory
remote:              /tmp/build_6b448948/app/javascript/node_modules doesn't exist or is not a directory
remote:              /tmp/build_6b448948/app/node_modules doesn't exist or is not a directory
remote:              /tmp/node_modules doesn't exist or is not a directory
remote:              /node_modules doesn't exist or is not a directory
remote:              looking for modules in /tmp/build_6b448948/node_modules
remote:                using description file: /tmp/build_6b448948/package.json (relative path: ./node_modules)
remote:                  Field 'browser' doesn't contain a valid alias configuration
remote:                  using description file: /tmp/build_6b448948/package.json (relative path: ./node_modules/popper)
remote:                    no extension
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper doesn't exist
remote:                    .mjs
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.mjs doesn't exist
remote:                    .js
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.js is not a file
remote:                    .sass
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.sass doesn't exist
remote:                    .scss
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.scss doesn't exist
remote:                    .css
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.css doesn't exist
remote:                    .module.sass
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.module.sass doesn't exist
remote:                    .module.scss
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.module.scss doesn't exist
remote:                    .module.css
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.module.css doesn't exist
remote:                    .png
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.png doesn't exist
remote:                    .svg
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.svg doesn't exist
remote:                    .gif
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.gif doesn't exist
remote:                    .jpeg
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.jpeg doesn't exist
remote:                    .jpg
remote:                      Field 'browser' doesn't contain a valid alias configuration
remote:                      /tmp/build_6b448948/node_modules/popper.jpg doesn't exist
remote:                    as directory
remote:                      /tmp/build_6b448948/node_modules/popper doesn't exist
remote:        
remote: 
remote:  !
remote:  !     Precompiling assets failed.
remote:  !
remote:  !     Push rejected, failed to compile Ruby app.
remote: 
remote:  !     Push failed
remote:  !
remote:  ! ## Warning - The same version of this code has already been built: 415c5d118deb21e1bff9de973fed621147b91d1c
remote:  !
remote:  ! We have detected that you have triggered a build from source code with version 415c5d118deb21e1bff9de973fed621147b91d1c
remote:  ! at least twice. One common cause of this behavior is attempting to deploy code from a different branch.
remote:  !
remote:  ! If you are developing on a branch and deploying via git you must run:
remote:  !
remote:  !     git push heroku <branchname>:main
remote:  !
remote:  ! This article goes into details on the behavior:
remote:  !   https://devcenter.heroku.com/articles/duplicate-build-version
remote: 
remote: Verifying deploy...
remote: 
remote: !       Push rejected to shielded-anchorage-67127.
remote: 
To https://git.heroku.com/shielded-anchorage-67127.git
 ! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/shielded-anchorage-67127.git'
➜  医疗实践git:(主)git推动heroku主
枚举对象:268,完成。
计数对象:100%(268/268),完成。
增量压缩最多使用4个线程
压缩对象:100%(217/217),完成。
写入对象:100%(223/223),5.68 MiB | 696.00 KiB/s,完成。
总计223(增量143),重用1(增量0),包重用0:压缩源文件。。。完成:生成源::
远程:-->在Heroku-20堆栈上构建:-->使用构建包:
远程:1。https://github.com/heroku/heroku-buildpack-nodejs:        2.https://github.com/heroku/heroku-buildpack-ruby
远程:-->Node.js应用程序检测到
远程:
远程:-->创建运行时环境
远程:
远程:NPM_配置_生产=false
远程:NPM\u配置\u日志级别=错误
远程:使用\u\u缓存=true
远程:节点\u VERBOSE=false
远程:节点_ENV=生产
远程:节点\模块\缓存=真
远程:
远程:-->安装二进制文件
远程:engines.node(package.json):未指定
remote:engines.npm(package.json):未指定(使用默认值)
remote:engines.Thread(package.json):未指定(使用默认值)
远程:
远程:正在解析节点版本14.x。。。
远程:下载和安装节点14.16.0。。。
远程:使用默认npm版本:6.14.11
远程:解析纱线版本1.22.x。。。
远程:下载和安装纱线(1.22.10)
远程:已安装纱线1.22.10
远程:
远程:-->安装依赖项
远程:安装节点模块(纱线.锁)
远程:纱线安装v1.22.10
远程:[1/4]正在解析程序包。。。
远程:[2/4]正在获取包。。。
远程:信息fsevents@2.3.2:平台“linux”与此模块不兼容。
远程:信息“fsevents@2.3.2“是可选的依赖项,兼容性检查失败。将其从安装中排除。
远程:信息fsevents@1.2.13:平台“linux”与此模块不兼容。
远程:信息“fsevents@1.2.13“是可选的依赖项,兼容性检查失败。将其从安装中排除。
远程:[3/4]正在链接依赖项。。。
远程:警告“>网页包开发-server@3.11.2“具有未满足的对等依赖关系”网页@^4.0.0| ^5.0.0”。
远程:警告“网页包开发服务器>网页包开发”-middleware@3.7.3“具有未满足的对等依赖关系”网页@^4.0.0| ^5.0.0”。
远程:[4/4]正在生成新包。。。
远程:在30.32秒内完成。
远程:
远程:-->构建
远程:
远程:-->删除依赖项
远程:纱线安装v1.22.10
远程:[1/4]正在解析程序包。。。
远程:[2/4]正在获取包。。。
远程:信息fsevents@2.3.2:平台“linux”与此模块不兼容。
远程:信息“fsevents@2.3.2“是可选的依赖项,兼容性检查失败。将其从安装中排除。
远程:信息fsevents@1.2.13:平台“linux”与此模块不兼容。
远程:信息“fsevents@1.2.13“是可选的依赖项,兼容性检查失败。将其从安装中排除。
远程:[3/4]正在链接依赖项。。。
远程:警告“>网页包开发-server@3.11.2“具有未满足的对等依赖关系”网页@^4.0.0| ^5.0.0”。
远程:警告“网页包开发服务器>网页包开发”-middleware@3.7.3“具有未满足的对等依赖关系”网页@^4.0.0| ^5.0.0”。
远程:[4/4]正在生成新包。。。
远程:警告由于标记而忽略脚本。
远程:在5.39秒内完成。
远程:
远程:-->缓存生成
远程:-纱线缓存
远程:
远程:-->生成成功!
遥控器:!此应用程序可能未指定启动节点进程的任何方式
远程:https://devcenter.heroku.com/articles/nodejs-support#default-web进程类型
远程:
遥控器:!未满足的依赖项不会导致安装失败,但可能会导致运行时问题
远程:https://github.com/npm/npm/issues/7494
远程:
远程:-->检测到Ruby应用程序
远程:-->安装捆绑机2.2.11
远程:-->删除Gemfile.lock中的捆绑版本
远程:-->编译Ruby/Rails
远程:-->使用Ruby版本:Ruby-2.6.6
远程:-->使用bundler 2.2.11安装依赖项
远程:正在运行:BUNDLE\u而不使用='development:test'BUNDLE\u PATH=vendor/BUNDLE BUNDLE\u BIN=vendor/BUNDLE/BIN BUNDLE\u部署=1 BUNDLE安装-j4
远程:从中获取gem元数据https://rubygems.org/............
远程:来自sass的安装后消息:
远程:
远程:Ruby Sass已经到了生命的尽头,不应该再使用了。
远程:
远程:*如果您使用Sass作为命令行工具,我们建议使用Dart Sass,新的
远程:主要实现:https://sass-lang.com/install
远程:
远程:*如果您使用Sass作为Ruby web框架的插件,我们建议使用
远程:sassc gem:https://github.com/sass/sassc-ruby#readme
远程:
远程:*有关更多详细信息,请参阅Sass博客:
远程:https://sass-lang.com/blog/posts/7828841
远程:
远程:删除字体库(5.6.1)
远程:已完成捆绑(3.27秒)
远程:清理绑定器缓存。
远程:-->检测rake任务
远程:-->为Rails资产管道准备应用程序
远程: