Guest User

Full Error

a guest
Feb 26th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 12.55 KB | None | 0 0
  1.  git push heroku master
  2. Перечисление объектов: 93, готово.
  3. Подсчет объектов: 100% (93/93), готово.
  4. При сжатии изменений используется до 8 потоков
  5. Сжатие объектов: 100% (67/67), готово.
  6. Запись объектов: 100% (70/70), 251.08 KiB | 5.98 MiB/s, готово.
  7. Всего 70 (изменения 43), повторно использовано 0 (изменения 0)
  8. remote: Compressing source files... done.
  9. remote: Building source:
  10. remote:
  11. remote: -----> Building on the Heroku-20 stack
  12. remote: -----> Node.js app detected
  13. remote:        
  14. remote: -----> Creating runtime environment
  15. remote:        
  16. remote:        NPM_CONFIG_LOGLEVEL=error
  17. remote:        USE_YARN_CACHE=true
  18. remote:        NODE_VERBOSE=false
  19. remote:        NODE_ENV=production
  20. remote:        NODE_MODULES_CACHE=true
  21. remote:        
  22. remote: -----> Installing binaries
  23. remote:        engines.node (package.json):  unspecified
  24. remote:        engines.npm (package.json):   unspecified (use default)
  25. remote:        engines.yarn (package.json):  unspecified (use default)
  26. remote:        
  27. remote:        Resolving node version 14.x...
  28. remote:        Downloading and installing node 14.16.0...
  29. remote:        Using default npm version: 6.14.11
  30. remote:        Resolving yarn version 1.22.x...
  31. remote:        Downloading and installing yarn (1.22.10)
  32. remote:        Installed yarn 1.22.10
  33. remote:        
  34. remote: -----> Restoring cache
  35. remote:        Cached directories were not restored due to a change in version of node, npm, yarn or stack
  36. remote:        Module installation may take longer for this build
  37. remote:        
  38. remote: -----> Installing dependencies
  39. remote:        Installing node modules (yarn.lock)
  40. remote:        yarn install v1.22.10
  41. remote:        [1/4] Resolving packages...
  42. remote:        [2/4] Fetching packages...
  43. remote:        info [email protected]: The platform "linux" is incompatible with this module.
  44. remote:        info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  45. remote:        info [email protected]: The platform "linux" is incompatible with this module.
  46. remote:        info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  47. remote:        [3/4] Linking dependencies...
  48. remote:        warning " > [email protected]" has incorrect peer dependency "webpack@^4.0.0 || ^5.0.0".
  49. remote:        warning "webpack-dev-server > [email protected]" has incorrect peer dependency "webpack@^4.0.0 || ^5.0.0".
  50. remote:        warning " > [email protected]" has incorrect peer dependency "[email protected] || 5.x.x".
  51. remote:        warning "webpack-cli > @webpack-cli/[email protected]" has incorrect peer dependency "[email protected] || 5.x.x".
  52. remote:        [4/4] Building fresh packages...
  53. remote:        Done in 33.41s.
  54. remote:        
  55. remote: -----> Build
  56. remote:        Running build (yarn)
  57. remote:        yarn run v1.22.10
  58. remote:        $ webpack --mode production
  59. remote: webpack 2.7.0
  60. remote: Usage: https://webpack.js.org/api/cli/
  61. remote: Usage without config file: webpack <entry> [<entry>] <output>
  62. remote: Usage with config file: webpack
  63. remote:
  64. remote: Config options:
  65. remote:   --config  Path to the config file
  66. remote:                          [string] [default: webpack.config.js or webpackfile.js]
  67. remote:   --env     Environment passed to the config, when it is a function
  68. remote:
  69. remote: Basic options:
  70. remote:   --context    The root directory for resolving entry point and stats
  71. remote:                                        [string] [default: The current directory]
  72. remote:   --entry      The entry point                                          [string]
  73. remote:   --watch, -w  Watch the filesystem for changes                        [boolean]
  74. remote:   --debug      Switch loaders to debug mode                            [boolean]
  75. remote:   --devtool    Enable devtool for better debugging experience (Example:
  76. remote:                --devtool eval-cheap-module-source-map)                  [string]
  77. remote:   -d           shortcut for --debug --devtool eval-cheap-module-source-map
  78. remote:                --output-pathinfo                                       [boolean]
  79. remote:   -p           shortcut for --optimize-minimize --define
  80. remote:                process.env.NODE_ENV="production"                       [boolean]
  81. remote:   --progress   Print compilation progress in percentage                [boolean]
  82. remote:
  83. remote: Module options:
  84. remote:   --module-bind       Bind an extension to a loader                     [string]
  85. remote:   --module-bind-post                                                    [string]
  86. remote:   --module-bind-pre                                                     [string]
  87. remote:
  88. remote: Output options:
  89. remote:   --output-path                 The output path for compilation assets
  90. remote:                                        [string] [default: The current directory]
  91. remote:   --output-filename             The output filename of the bundle
  92. remote:                                                    [string] [default: [name].js]
  93. remote:   --output-chunk-filename       The output filename for additional chunks
  94. remote:        [string] [default: filename with [id] instead of [name] or [id] prefixed]
  95. remote:   --output-source-map-filename  The output filename for the SourceMap   [string]
  96. remote:   --output-public-path          The public path for the assets          [string]
  97. remote:   --output-jsonp-function       The name of the jsonp function used for chunk
  98. remote:                                 loading                                 [string]
  99. remote:   --output-pathinfo             Include a comment with the request for every
  100. remote:                                 dependency (require, import, etc.)     [boolean]
  101. remote:   --output-library              Expose the exports of the entry point as library
  102. remote:                                                                         [string]
  103. remote:   --output-library-target       The type for exposing the exports of the entry
  104. remote:                                 point as library                        [string]
  105. remote:
  106. remote: Advanced options:
  107. remote:   --records-input-path       Path to the records file (reading)         [string]
  108. remote:   --records-output-path      Path to the records file (writing)         [string]
  109. remote:   --records-path             Path to the records file                   [string]
  110. remote:   --define                   Define any free var in the bundle          [string]
  111. remote:   --target                   The targeted execution environment         [string]
  112. remote:   --cache                    Enable in memory caching
  113. remote:                       [boolean] [default: It's enabled by default when watching]
  114. remote:   --watch-stdin, --stdin     Exit the process when stdin is closed     [boolean]
  115. remote:   --watch-aggregate-timeout  Timeout for gathering changes while watching
  116. remote:   --watch-poll               The polling interval for watching (also enable
  117. remote:                              polling)                                  [boolean]
  118. remote:   --hot                      Enables Hot Module Replacement            [boolean]
  119. remote:   --prefetch                 Prefetch this request (Example: --prefetch
  120. remote:                              ./file.js)                                 [string]
  121. remote:   --provide                  Provide these modules as free vars in all modules
  122. remote:                              (Example: --provide jQuery=jquery)         [string]
  123. remote:   --labeled-modules          Enables labeled modules                   [boolean]
  124. remote:   --plugin                   Load this plugin                           [string]
  125. remote:   --bail                     Abort the compilation on first error      [boolean]
  126. remote:   --profile                  Profile the compilation and include information in
  127. remote:                              stats                                     [boolean]
  128. remote:
  129. remote: Resolving options:
  130. remote:   --resolve-alias         Setup a module alias for resolving (Example:
  131. remote:                           jquery-plugin=jquery.plugin)                  [string]
  132. remote:   --resolve-extensions    Setup extensions that should be used to resolve
  133. remote:                           modules (Example: --resolve-extensions .es6 .js)
  134. remote:                                                                          [array]
  135. remote:   --resolve-loader-alias  Setup a loader alias for resolving            [string]
  136. remote:
  137. remote: Optimizing options:
  138. remote:   --optimize-max-chunks      Try to keep the chunk count below a limit
  139. remote:   --optimize-min-chunk-size  Try to keep the chunk size above a limit
  140. remote:   --optimize-minimize        Minimize javascript and switches loaders to
  141. remote:                              minimizing                                [boolean]
  142. remote:
  143. remote: Stats options:
  144. remote:   --color, --colors           Enables/Disables colors on the console
  145. remote:                                            [boolean] [default: (supports-color)]
  146. remote:   --sort-modules-by           Sorts the modules list by property in module
  147. remote:                                                                         [string]
  148. remote:   --sort-chunks-by            Sorts the chunks list by property in chunk[string]
  149. remote:   --sort-assets-by            Sorts the assets list by property in asset[string]
  150. remote:   --hide-modules              Hides info about modules                 [boolean]
  151. remote:   --display-exclude           Exclude modules in the output             [string]
  152. remote:   --display-modules           Display even excluded modules in the output
  153. remote:                                                                        [boolean]
  154. remote:   --display-max-modules       Sets the maximum number of visible modules in
  155. remote:                               output                                    [number]
  156. remote:   --display-chunks            Display chunks in the output             [boolean]
  157. remote:   --display-entrypoints       Display entry points in the output       [boolean]
  158. remote:   --display-origins           Display origins of chunks in the output  [boolean]
  159. remote:   --display-cached            Display also cached modules in the output[boolean]
  160. remote:   --display-cached-assets     Display also cached assets in the output [boolean]
  161. remote:   --display-reasons           Display reasons about module inclusion in the
  162. remote:                               output                                   [boolean]
  163. remote:   --display-depth             Display distance from entry point for each module
  164. remote:                                                                        [boolean]
  165. remote:   --display-used-exports      Display information about used exports in modules
  166. remote:                               (Tree Shaking)                           [boolean]
  167. remote:   --display-provided-exports  Display information about exports provided from
  168. remote:                               modules                                  [boolean]
  169. remote:   --display-error-details     Display details about errors             [boolean]
  170. remote:   --verbose                   Show more details                        [boolean]
  171. remote:
  172. remote: Options:
  173. remote:   --help, -h     Show help                                             [boolean]
  174. remote:   --version, -v  Show version number                                   [boolean]
  175. remote:   --json, -j     Prints the result as JSON.                            [boolean]
  176. remote:
  177. remote: Unknown argument: mode
  178. remote: error Command failed with exit code 1.
  179. remote:        info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  180. remote:
  181. remote: -----> Build failed
  182. remote:        
  183. remote:        We're sorry this build is failing! You can troubleshoot common issues here:
  184. remote:        https://devcenter.heroku.com/articles/troubleshooting-node-deploys
  185. remote:        
  186. remote:        Some possible problems:
  187. remote:        
  188. remote:        - Node version not specified in package.json
  189. remote:          https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version
  190. remote:        
  191. remote:        Love,
  192. remote:        Heroku
  193. remote:        
  194. remote:  !     Push rejected, failed to compile Node.js app.
  195. remote:
  196. remote:  !     Push failed
  197. remote: Verifying deploy...
  198. remote:
  199. remote: !       Push rejected to mysterious-oasis-45903.
  200. remote:
  201.  
Advertisement
Add Comment
Please, Sign In to add comment