weseek / growi

:anchor: GROWI - Team collaboration software using markdown
https://growi.org
MIT License
1.32k stars 221 forks source link

Bug: v3.5.19 以降 Deploy to Heroku でプラグインが適応されない #1420

Closed soramoyou04 closed 4 years ago

soramoyou04 commented 4 years ago

デプロイ時にADDITIONAL_PACKAGESに記載されているプラグインが適応されません。 適応するにはどのようにしたらよいでしょうか。

ADDITIONAL_PACKAGES=growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs react-images react-motion

build log

-----> Node.js app detected

-----> Creating runtime environment

       NPM_CONFIG_LOGLEVEL=error
       NODE_ENV=development
       NODE_MODULES_CACHE=true
       NODE_VERBOSE=false

-----> Installing binaries
       engines.node (package.json):  >=8.11.1 <11
       engines.npm (package.json):   >=5.6.0 <7
       engines.yarn (package.json):  >=1.5.1 <2

       Resolving node version >=8.11.1 <11...
       Downloading and installing node 10.17.0...
       Bootstrapping npm >=5.6.0 <7 (replacing 6.11.3)...
       npm >=5.6.0 <7 installed
       Resolving yarn version >=1.5.1 <2...
       Downloading and installing yarn (1.19.2)...
       Installed yarn 1.19.2

-----> Installing dependencies
       Installing node modules (yarn.lock)
       yarn install v1.19.2
       [1/4] Resolving packages...
       [2/4] Fetching packages...
       info fsevents@1.2.7: The platform "linux" is incompatible with this module.
       info "fsevents@1.2.7" is an optional dependency and failed compatibility check. Excluding it from installation.
       info fsevents@1.2.4: The platform "linux" is incompatible with this module.
       info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
       [3/4] Linking dependencies...
       warning " > mongoose-gridfs@1.2.2" has incorrect peer dependency "mongoose@>=5.5.14".
       warning "mongoose-gridfs > @lykmapipo/mongoose-common@0.25.3" has incorrect peer dependency "mongoose@>=5.6.0".
       warning "mongoose-gridfs > @lykmapipo/mongoose-common > mongoose-valid8@1.5.9" has incorrect peer dependency "mongoose@>=5.6.0".
       warning " > multer-autoreap@1.0.3" has incorrect peer dependency "express@^4.16.3".
       warning "eslint-config-weseek > eslint-config-airbnb@17.1.0" has incorrect peer dependency "eslint@^4.19.1 || ^5.3.0".
       warning "eslint-config-weseek > eslint-config-airbnb@17.1.0" has unmet peer dependency "eslint-plugin-jsx-a11y@^6.1.1".
       warning "eslint-config-weseek > eslint-config-airbnb > eslint-config-airbnb-base@13.1.0" has incorrect peer dependency "eslint@^4.19.1 || ^5.3.0".
       warning "eslint-plugin-jest > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > tsutils@3.17.1" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
       warning " > metismenu@3.0.3" has unmet peer dependency "jquery@^3.3.1".
       warning " > react-frame-component@4.0.0" has unmet peer dependency "prop-types@^15.5.9".
       warning " > stylelint-config-recess-order@2.0.1" has unmet peer dependency "stylelint@^9.9.0".
       warning "stylelint-config-recess-order > stylelint-order@2.1.0" has unmet peer dependency "stylelint@^9.10.1".
       warning "swagger2openapi > better-ajv-errors@0.6.6" has unmet peer dependency "ajv@4.11.8 - 6".
       warning "unstated > create-react-context@0.1.6" has unmet peer dependency "prop-types@^15.0.0".
       [4/4] Building fresh packages...
       Done in 122.32s.

-----> Build
       Detected both "build" and "heroku-postbuild" scripts
       Running heroku-postbuild (yarn)
       yarn run v1.19.2
       $ sh bin/heroku/install-packages.sh && npm run build:prod
       [1/5] Validating package.json...
       [2/5] Resolving packages...
       [3/5] Fetching packages...
       info fsevents@1.2.7: The platform "linux" is incompatible with this module.
       info "fsevents@1.2.7" is an optional dependency and failed compatibility check. Excluding it from installation.
       info fsevents@1.2.4: The platform "linux" is incompatible with this module.
       info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
       [4/5] Linking dependencies...
warning " > mongoose-gridfs@1.2.2" has incorrect peer dependency "mongoose@>=5.5.14".
warning "mongoose-gridfs > @lykmapipo/mongoose-common@0.25.3" has incorrect peer dependency "mongoose@>=5.6.0".
warning "mongoose-gridfs > @lykmapipo/mongoose-common > mongoose-valid8@1.5.9" has incorrect peer dependency "mongoose@>=5.6.0".
warning " > multer-autoreap@1.0.3" has incorrect peer dependency "express@^4.16.3".
warning "eslint-config-weseek > eslint-config-airbnb@17.1.0" has incorrect peer dependency "eslint@^4.19.1 || ^5.3.0".
warning "eslint-config-weseek > eslint-config-airbnb@17.1.0" has unmet peer dependency "eslint-plugin-jsx-a11y@^6.1.1".
warning "eslint-config-weseek > eslint-config-airbnb > eslint-config-airbnb-base@13.1.0" has incorrect peer dependency "eslint@^4.19.1 || ^5.3.0".
warning "eslint-plugin-jest > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > tsutils@3.17.1" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
warning " > metismenu@3.0.3" has unmet peer dependency "jquery@^3.3.1".
warning " > react-frame-component@4.0.0" has unmet peer dependency "prop-types@^15.5.9".
warning " > stylelint-config-recess-order@2.0.1" has unmet peer dependency "stylelint@^9.9.0".
warning "stylelint-config-recess-order > stylelint-order@2.1.0" has unmet peer dependency "stylelint@^9.10.1".
warning "swagger2openapi > better-ajv-errors@0.6.6" has unmet peer dependency "ajv@4.11.8 - 6".
warning "unstated > create-react-context@0.1.6" has unmet peer dependency "prop-types@^15.0.0".
warning "react-images > react-scrolllock@1.0.9" has incorrect peer dependency "react@^0.14 || ^15.0".
warning "react-images > react-view-pager@0.6.0" has unmet peer dependency "prop-types@^15.5.8".
warning "react-images > react-full-screen@0.2.4" has unmet peer dependency "prop-types@^15.5".
       [5/5] Building fresh packages...
       success Saved lockfile.
       success Saved 25 new dependencies.
       info Direct dependencies
       ├─ growi-plugin-attachment-refs@1.0.4
       ├─ growi-plugin-lsx@3.0.5
       ├─ growi-plugin-pukiwiki-like-linker@3.0.1
       ├─ react-images@1.0.0
       └─ react-motion@0.5.2
       info All dependencies
       ├─ @types/prop-types@15.7.3
       ├─ @types/react@16.9.13
       ├─ a11y-focus-store@1.0.0
       ├─ animation-bus@0.2.0
       ├─ bowser@1.9.4
       ├─ create-react-class@15.6.3
       ├─ css-in-js-utils@2.0.1
       ├─ csstype@2.6.7
       ├─ fscreen@1.0.2
       ├─ get-prefix@1.0.0
       ├─ glam@5.0.1
       ├─ growi-plugin-attachment-refs@1.0.4
       ├─ growi-plugin-lsx@3.0.5
       ├─ growi-plugin-pukiwiki-like-linker@3.0.1
       ├─ hyphenate-style-name@1.0.3
       ├─ inline-style-prefixer@3.0.8
       ├─ raf-schd@2.1.2
       ├─ react-full-screen@0.2.4
       ├─ react-images@1.0.0
       ├─ react-lifecycles-compat@3.0.4
       ├─ react-motion@0.5.2
       ├─ react-scrolllock@1.0.9
       ├─ react-view-pager@0.6.0
       ├─ resize-observer-polyfill@1.5.0
       └─ tabbable@1.1.2

       > growi@3.5.23 prebuild:prod /tmp/build_e055ca1b0da8c738e975b91c346c06e1
       > npm run clean && env-cmd -f config/env.prod.js npm run plugin:def && env-cmd -f config/env.prod.js npm run resource

       > growi@3.5.23 clean /tmp/build_e055ca1b0da8c738e975b91c346c06e1
       > npm-run-all -p clean:*

       > growi@3.5.23 clean:app /tmp/build_e055ca1b0da8c738e975b91c346c06e1
       > rimraf -- public/js public/styles

       > growi@3.5.23 clean:report /tmp/build_e055ca1b0da8c738e975b91c346c06e1
       > rimraf -- report

       > growi@3.5.23 plugin:def /tmp/build_e055ca1b0da8c738e975b91c346c06e1
       > node bin/generate-plugin-definitions-source.js

       [2019-11-30T03:16:31.425Z]  INFO: growi:bin:generate-plugin-definitions-source/5232 on e639bd45-9b51-407d-9745-135d0f0b257e: Detected plugins:  []

       > growi@3.5.23 resource /tmp/build_e055ca1b0da8c738e975b91c346c06e1
       > node bin/download-cdn-resources.js

       [2019-11-30T03:16:32.081Z]  INFO: growi:bin:download-cdn-resources/5279 on e639bd45-9b51-407d-9745-135d0f0b257e: Using CDN. No resources are downloaded.

       > growi@3.5.23 build:prod /tmp/build_e055ca1b0da8c738e975b91c346c06e1
       > env-cmd -f config/env.prod.js webpack --config config/webpack.prod.js --profile --bail

Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade caniuse-lite browserslist`
       Hash: a4a2d63082ec41c35e9e
       Version: webpack 4.39.3
       Time: 92382ms
       Built at: 11/30/2019 3:18:07 AM
                                                               Asset        Size  Chunks                    Chunk Names
                                    27.0b0c8cd65b3829ccea59.chunk.js      13 KiB      27  [emitted]         
                            27.0b0c8cd65b3829ccea59.chunk.js.LICENSE   251 bytes          [emitted]         
                               js/app.d03b3a76bdc0e4578f99.bundle.js     492 KiB       2  [emitted]  [big]  js/app
                            js/commons.d9e6bf42df17d33cbf01.chunk.js    74.5 KiB       1  [emitted]         js/commons
                      js/hackmd-agent.a8674b804823ea54e7b5.bundle.js    9.07 KiB       3  [emitted]         js/hackmd-agent
                     js/hackmd-styles.6a3002dc2366865d6257.bundle.js    1.42 KiB       4  [emitted]         js/hackmd-styles
                     js/ie11-polyfill.e2a0d4c7347e8d94e182.bundle.js     148 KiB       5  [emitted]         js/ie11-polyfill
                         js/installer.5120c26063bc05de02bd.bundle.js       6 KiB       6  [emitted]         js/installer
                      js/legacy-admin.a4a633ce58ac26c0bc40.bundle.js    25.8 KiB       8  [emitted]         js/legacy-admin
              js/legacy-admin.a4a633ce58ac26c0bc40.bundle.js.LICENSE   293 bytes          [emitted]         
               js/legacy-presentation.bbc2a6690321fd7c3493.bundle.js    63.7 KiB       9  [emitted]         js/legacy-presentation
       js/legacy-presentation.bbc2a6690321fd7c3493.bundle.js.LICENSE   199 bytes          [emitted]         
                            js/legacy.3e14037db7e659f1053d.bundle.js    21.4 KiB       7  [emitted]         js/legacy
                            js/plugin.9530b744cac8e389d903.bundle.js    4.11 KiB      10  [emitted]         js/plugin
                            js/vendors.6bfe1ba2b2af24664d03.chunk.js    2.38 MiB       0  [emitted]  [big]  js/vendors
                    js/vendors.6bfe1ba2b2af24664d03.chunk.js.LICENSE    8.61 KiB          [emitted]         
                                                       manifest.json    3.37 KiB          [emitted]         
                     styles/style-app.0f089a4946b399443990.bundle.js  1020 bytes      11  [emitted]         styles/style-app
                           styles/style-app.a4a2d63082ec41c35e9e.css     269 KiB      11  [emitted]  [big]  styles/style-app
                  styles/style-commons.30d9d8f746c346141cfc.chunk.js   204 bytes      12  [emitted]         styles/style-commons
                       styles/style-commons.a4a2d63082ec41c35e9e.css   792 bytes      12  [emitted]         styles/style-commons
                        styles/style-hackmd.a4a2d63082ec41c35e9e.css   274 bytes      13  [emitted]         styles/style-hackmd
                  styles/style-hackmd.cdb3d70b9c2e27c44a5d.bundle.js  1010 bytes      13  [emitted]         styles/style-hackmd
            styles/style-presentation.19cfb0df52106bc2e7b0.bundle.js    1.01 KiB      14  [emitted]         styles/style-presentation
                  styles/style-presentation.a4a2d63082ec41c35e9e.css    51.3 KiB      14  [emitted]         styles/style-presentation
                     styles/theme-antarctic.a4a2d63082ec41c35e9e.css    81.3 KiB      15  [emitted]         styles/theme-antarctic
               styles/theme-antarctic.cded327329ef8c8798af.bundle.js       1 KiB      15  [emitted]         styles/theme-antarctic
              styles/theme-blue-night.966d5fb7c14133b68657.bundle.js       1 KiB      16  [emitted]         styles/theme-blue-night
                    styles/theme-blue-night.a4a2d63082ec41c35e9e.css    80.4 KiB      16  [emitted]         styles/theme-blue-night
               styles/theme-christmas.165a8ddfd7fc20dc287d.bundle.js       1 KiB      17  [emitted]         styles/theme-christmas
                     styles/theme-christmas.a4a2d63082ec41c35e9e.css    80.7 KiB      17  [emitted]         styles/theme-christmas
                  styles/theme-default-dark.a4a2d63082ec41c35e9e.css    80.3 KiB      19  [emitted]         styles/theme-default-dark
            styles/theme-default-dark.f18107d098b6ba25f614.bundle.js    1.01 KiB      19  [emitted]         styles/theme-default-dark
                 styles/theme-default.6c85c5d5f24340526f4f.bundle.js  1020 bytes      18  [emitted]         styles/theme-default
                       styles/theme-default.a4a2d63082ec41c35e9e.css    79.2 KiB      18  [emitted]         styles/theme-default
                  styles/theme-future.0b41549c13aedf80bff4.bundle.js  1020 bytes      20  [emitted]         styles/theme-future
                        styles/theme-future.a4a2d63082ec41c35e9e.css    81.6 KiB      20  [emitted]         styles/theme-future
               styles/theme-halloween.07e36fc317c86d1667d5.bundle.js       1 KiB      21  [emitted]         styles/theme-halloween
                     styles/theme-halloween.a4a2d63082ec41c35e9e.css    81.1 KiB      21  [emitted]         styles/theme-halloween
                  styles/theme-island.426d8589d0ade4a47480.bundle.js  1020 bytes      22  [emitted]         styles/theme-island
                        styles/theme-island.a4a2d63082ec41c35e9e.css    80.6 KiB      22  [emitted]         styles/theme-island
                  styles/theme-kibela.51500eb3d66077c3eed9.bundle.js  1020 bytes      23  [emitted]         styles/theme-kibela
                        styles/theme-kibela.a4a2d63082ec41c35e9e.css    80.2 KiB      23  [emitted]         styles/theme-kibela
               styles/theme-mono-blue.0b154bf75e4272f99aa7.bundle.js       1 KiB      24  [emitted]         styles/theme-mono-blue
                     styles/theme-mono-blue.a4a2d63082ec41c35e9e.css    79.5 KiB      24  [emitted]         styles/theme-mono-blue
                  styles/theme-nature.7a8401411edc1b7388ef.bundle.js  1020 bytes      25  [emitted]         styles/theme-nature
                        styles/theme-nature.a4a2d63082ec41c35e9e.css    79.2 KiB      25  [emitted]         styles/theme-nature
                          styles/theme-wood.a4a2d63082ec41c35e9e.css    80.2 KiB      26  [emitted]         styles/theme-wood
                    styles/theme-wood.c2970e9df51a3ae43e2d.bundle.js  1020 bytes      26  [emitted]         styles/theme-wood
       Entrypoint js/app [big] = styles/style-commons.a4a2d63082ec41c35e9e.css styles/style-commons.30d9d8f746c346141cfc.chunk.js js/commons.d9e6bf42df17d33cbf01.chunk.js js/vendors.6bfe1ba2b2af24664d03.chunk.js js/app.d03b3a76bdc0e4578f99.bundle.js
       Entrypoint js/installer [big] = js/commons.d9e6bf42df17d33cbf01.chunk.js js/vendors.6bfe1ba2b2af24664d03.chunk.js js/installer.5120c26063bc05de02bd.bundle.js
       Entrypoint js/legacy [big] = js/commons.d9e6bf42df17d33cbf01.chunk.js js/vendors.6bfe1ba2b2af24664d03.chunk.js js/legacy.3e14037db7e659f1053d.bundle.js
       Entrypoint js/legacy-admin [big] = js/vendors.6bfe1ba2b2af24664d03.chunk.js js/legacy-admin.a4a633ce58ac26c0bc40.bundle.js
       Entrypoint js/legacy-presentation = js/legacy-presentation.bbc2a6690321fd7c3493.bundle.js
       Entrypoint js/plugin [big] = js/commons.d9e6bf42df17d33cbf01.chunk.js js/vendors.6bfe1ba2b2af24664d03.chunk.js js/plugin.9530b744cac8e389d903.bundle.js
       Entrypoint js/ie11-polyfill = js/ie11-polyfill.e2a0d4c7347e8d94e182.bundle.js
       Entrypoint js/hackmd-agent = js/hackmd-agent.a8674b804823ea54e7b5.bundle.js
       Entrypoint js/hackmd-styles = js/hackmd-styles.6a3002dc2366865d6257.bundle.js
       Entrypoint styles/style-app [big] = styles/style-app.a4a2d63082ec41c35e9e.css styles/style-app.0f089a4946b399443990.bundle.js
       Entrypoint styles/style-presentation = styles/style-presentation.a4a2d63082ec41c35e9e.css styles/style-presentation.19cfb0df52106bc2e7b0.bundle.js
       Entrypoint styles/theme-default = styles/theme-default.a4a2d63082ec41c35e9e.css styles/theme-default.6c85c5d5f24340526f4f.bundle.js
       Entrypoint styles/theme-default-dark = styles/theme-default-dark.a4a2d63082ec41c35e9e.css styles/theme-default-dark.f18107d098b6ba25f614.bundle.js
       Entrypoint styles/theme-nature = styles/theme-nature.a4a2d63082ec41c35e9e.css styles/theme-nature.7a8401411edc1b7388ef.bundle.js
       Entrypoint styles/theme-mono-blue = styles/theme-mono-blue.a4a2d63082ec41c35e9e.css styles/theme-mono-blue.0b154bf75e4272f99aa7.bundle.js
       Entrypoint styles/theme-future = styles/theme-future.a4a2d63082ec41c35e9e.css styles/theme-future.0b41549c13aedf80bff4.bundle.js
       Entrypoint styles/theme-blue-night = styles/theme-blue-night.a4a2d63082ec41c35e9e.css styles/theme-blue-night.966d5fb7c14133b68657.bundle.js
       Entrypoint styles/theme-kibela = styles/theme-kibela.a4a2d63082ec41c35e9e.css styles/theme-kibela.51500eb3d66077c3eed9.bundle.js
       Entrypoint styles/theme-halloween = styles/theme-halloween.a4a2d63082ec41c35e9e.css styles/theme-halloween.07e36fc317c86d1667d5.bundle.js
       Entrypoint styles/theme-wood = styles/theme-wood.a4a2d63082ec41c35e9e.css styles/theme-wood.c2970e9df51a3ae43e2d.bundle.js
       Entrypoint styles/theme-christmas = styles/theme-christmas.a4a2d63082ec41c35e9e.css styles/theme-christmas.165a8ddfd7fc20dc287d.bundle.js
       Entrypoint styles/theme-island = styles/theme-island.a4a2d63082ec41c35e9e.css styles/theme-island.426d8589d0ade4a47480.bundle.js
       Entrypoint styles/theme-antarctic = styles/theme-antarctic.a4a2d63082ec41c35e9e.css styles/theme-antarctic.cded327329ef8c8798af.bundle.js
       Entrypoint styles/style-hackmd = styles/style-hackmd.a4a2d63082ec41c35e9e.css styles/style-hackmd.cdb3d70b9c2e27c44a5d.bundle.js
       [./src/client/js/app.jsx] 11.7 KiB {2} [built]
           factory:874ms building:2348ms dependencies:1566ms = 4788ms
       [./src/client/js/hackmd-agent.js] 3.56 KiB {3} [built]
           factory:860ms building:2410ms = 3270ms
       [./src/client/js/hackmd-styles.js] 1.02 KiB {4} [built]
           factory:860ms building:2405ms = 3265ms
       [./src/client/js/ie11-polyfill.js] 25 bytes {5} [built]
           factory:859ms building:2403ms = 3262ms
       [./src/client/js/installer.jsx] ./src/client/js/installer.jsx + 1 modules 6.37 KiB {6} [built]
           | ./src/client/js/installer.jsx 766 bytes [built]
           |     factory:862ms building:2187ms = 3049ms
           |     + 1 hidden module
       [./src/client/js/legacy/crowi-admin.js] 3.03 KiB {8} [built]
           factory:861ms building:2424ms dependencies:0ms = 3285ms
       [./src/client/js/legacy/crowi-presentation.js] 1.76 KiB {9} [built]
           factory:860ms building:2414ms dependencies:1ms = 3275ms
       [./src/client/js/legacy/crowi.js] 20.7 KiB {7} [built]
           factory:860ms building:2328ms = 3188ms
       [./src/client/js/plugin.js] 1.26 KiB {10} [built]
           factory:794ms building:2317ms = 3111ms
       [./src/client/styles/hackmd/style.scss] 39 bytes {13} [built]
           factory:213ms building:2886ms = 3099ms
       [./src/client/styles/scss/style-app.scss] 39 bytes {11} [built]
           factory:153ms building:19997ms = 20150ms
       [./src/client/styles/scss/style-presentation.scss] 39 bytes {14} [built]
           factory:187ms building:9299ms = 9486ms
       [./src/client/styles/scss/theme/antarctic.scss] 39 bytes {15} [built]
           factory:206ms building:20526ms = 20732ms
       [./src/client/styles/scss/theme/blue-night.scss] 39 bytes {16} [built]
           factory:194ms building:18102ms = 18296ms
       [./src/client/styles/scss/theme/christmas.scss] 39 bytes {17} [built]
           factory:201ms building:19347ms = 19548ms
           + 1381 hidden modules

       WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
       This can impact web performance.
       Assets: 
         js/vendors.6bfe1ba2b2af24664d03.chunk.js (2.38 MiB)
         js/app.d03b3a76bdc0e4578f99.bundle.js (492 KiB)
         styles/style-app.a4a2d63082ec41c35e9e.css (269 KiB)

       WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
       Entrypoints:
         js/app (2.94 MiB)
             styles/style-commons.a4a2d63082ec41c35e9e.css
             styles/style-commons.30d9d8f746c346141cfc.chunk.js
             js/commons.d9e6bf42df17d33cbf01.chunk.js
             js/vendors.6bfe1ba2b2af24664d03.chunk.js
             js/app.d03b3a76bdc0e4578f99.bundle.js
         js/installer (2.46 MiB)
             js/commons.d9e6bf42df17d33cbf01.chunk.js
             js/vendors.6bfe1ba2b2af24664d03.chunk.js
             js/installer.5120c26063bc05de02bd.bundle.js
         js/legacy (2.48 MiB)
             js/commons.d9e6bf42df17d33cbf01.chunk.js
             js/vendors.6bfe1ba2b2af24664d03.chunk.js
             js/legacy.3e14037db7e659f1053d.bundle.js
         js/legacy-admin (2.41 MiB)
             js/vendors.6bfe1ba2b2af24664d03.chunk.js
             js/legacy-admin.a4a633ce58ac26c0bc40.bundle.js
         js/plugin (2.46 MiB)
             js/commons.d9e6bf42df17d33cbf01.chunk.js
             js/vendors.6bfe1ba2b2af24664d03.chunk.js
             js/plugin.9530b744cac8e389d903.bundle.js
         styles/style-app (270 KiB)
             styles/style-app.a4a2d63082ec41c35e9e.css
             styles/style-app.0f089a4946b399443990.bundle.js

       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!node_modules/codemirror/addon/fold/foldgutter.css:
           Entrypoint mini-css-extract-plugin = *
              2 modules
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!node_modules/codemirror/addon/hint/show-hint.css:
           Entrypoint mini-css-extract-plugin = *
              2 modules
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/hackmd/style.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/hackmd/style.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/hackmd/style.scss 433 bytes {0} [built]
               factory:541ms building:1521ms = 2062ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/style-app.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/style-app.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/style-app.scss 240 KiB {0} [built]
               factory:64ms building:19809ms = 19873ms
               + 12 hidden modules
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/style-presentation.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/style-presentation.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/style-presentation.scss 3.38 KiB {0} [built]
               factory:565ms building:2496ms = 3061ms
               + 17 hidden modules
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/antarctic.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/antarctic.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/antarctic.scss 85.1 KiB {0} [built]
               factory:580ms building:19937ms = 20517ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/blue-night.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/blue-night.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/blue-night.scss 84.1 KiB {0} [built]
               factory:568ms building:17522ms = 18090ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/christmas.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/christmas.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/christmas.scss 84.4 KiB {0} [built]
               factory:580ms building:18755ms = 19335ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/default-dark.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/default-dark.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/default-dark.scss 84 KiB {0} [built]
               factory:578ms building:20245ms = 20823ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/default.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/default.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/default.scss 82.9 KiB {0} [built]
               factory:579ms building:20025ms = 20604ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/future.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/future.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/future.scss 85.5 KiB {0} [built]
               factory:568ms building:15567ms = 16135ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/halloween.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/halloween.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/halloween.scss 84.8 KiB {0} [built]
               factory:568ms building:18051ms = 18619ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/island.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/island.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/island.scss 84.2 KiB {0} [built]
               factory:580ms building:18582ms = 19162ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/kibela.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/kibela.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/kibela.scss 83.9 KiB {0} [built]
               factory:567ms building:17415ms = 17982ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/mono-blue.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/mono-blue.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/mono-blue.scss 83.1 KiB {0} [built]
               factory:580ms building:19811ms = 20391ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/nature.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/nature.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/nature.scss 82.9 KiB {0} [built]
               factory:568ms building:15319ms = 15887ms
               + 1 hidden module
       Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/postcss-loader/src/index.js??ref--4-2!node_modules/sass-loader/dist/cjs.js!src/client/styles/scss/theme/wood.scss:
           Entrypoint mini-css-extract-plugin = *
           [./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/wood.scss] ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src??ref--4-2!./node_modules/sass-loader/dist/cjs.js!./src/client/styles/scss/theme/wood.scss 83.9 KiB {0} [built]
               factory:581ms building:18132ms = 18713ms
               + 1 hidden module
       Done in 123.18s.

-----> Pruning devDependencies
       Skipping because NODE_ENV is not 'production'

-----> Caching build
       - yarn cache

-----> Build succeeded!
 !     Unmet dependencies don't fail yarn install but may cause runtime issues
       https://github.com/npm/npm/issues/7494
-----> Discovering process types
       Procfile declares types -> web
-----> Compressing...
       Done: 125.4M
-----> Launching...
       Released v8

管理画面

図1

yuki-takei commented 4 years ago

@soramoyou04 情報ありがとうございます。再現確認しました。v3.5.19 でエンバグしたようです。 修正して v3.5.24 としてリリースします。今しばらくお待ちください。

yuki-takei commented 4 years ago

リリースされました。

ogiekako commented 4 years ago

ADDITIONAL_PACKAGES が空のときに、デプロイでエラーが起きるようです。

install-packages.sh で、yarn add を実行してしまうためだと思います。