HarshBarash

Full Error

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