Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- git push heroku master
- Перечисление объектов: 93, готово.
- Подсчет объектов: 100% (93/93), готово.
- При сжатии изменений используется до 8 потоков
- Сжатие объектов: 100% (67/67), готово.
- Запись объектов: 100% (70/70), 251.08 KiB | 5.98 MiB/s, готово.
- Всего 70 (изменения 43), повторно использовано 0 (изменения 0)
- remote: Compressing source files... done.
- remote: Building source:
- remote:
- remote: -----> Building on the Heroku-20 stack
- remote: -----> Node.js app detected
- remote:
- remote: -----> Creating runtime environment
- remote:
- 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: -----> Restoring cache
- remote: Cached directories were not restored due to a change in version of node, npm, yarn or stack
- remote: Module installation may take longer for this build
- 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 "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
- remote: info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
- remote: [3/4] Linking dependencies...
- remote: warning "webpack-dev-server > [email protected]" has incorrect peer dependency "webpack@^4.0.0 || ^5.0.0".
- remote: warning "webpack-cli > @webpack-cli/[email protected]" has incorrect peer dependency "[email protected] || 5.x.x".
- remote: [4/4] Building fresh packages...
- remote: Done in 33.41s.
- remote:
- remote: -----> Build
- remote: Running build (yarn)
- remote: yarn run v1.22.10
- remote: $ webpack --mode production
- remote: webpack 2.7.0
- remote: Usage: https://webpack.js.org/api/cli/
- remote: Usage without config file: webpack <entry> [<entry>] <output>
- remote: Usage with config file: webpack
- remote:
- remote: Config options:
- remote: --config Path to the config file
- remote: [string] [default: webpack.config.js or webpackfile.js]
- remote: --env Environment passed to the config, when it is a function
- remote:
- remote: Basic options:
- remote: --context The root directory for resolving entry point and stats
- remote: [string] [default: The current directory]
- remote: --entry The entry point [string]
- remote: --watch, -w Watch the filesystem for changes [boolean]
- remote: --debug Switch loaders to debug mode [boolean]
- remote: --devtool Enable devtool for better debugging experience (Example:
- remote: --devtool eval-cheap-module-source-map) [string]
- remote: -d shortcut for --debug --devtool eval-cheap-module-source-map
- remote: --output-pathinfo [boolean]
- remote: -p shortcut for --optimize-minimize --define
- remote: process.env.NODE_ENV="production" [boolean]
- remote: --progress Print compilation progress in percentage [boolean]
- remote:
- remote: Module options:
- remote: --module-bind Bind an extension to a loader [string]
- remote: --module-bind-post [string]
- remote: --module-bind-pre [string]
- remote:
- remote: Output options:
- remote: --output-path The output path for compilation assets
- remote: [string] [default: The current directory]
- remote: --output-filename The output filename of the bundle
- remote: [string] [default: [name].js]
- remote: --output-chunk-filename The output filename for additional chunks
- remote: [string] [default: filename with [id] instead of [name] or [id] prefixed]
- remote: --output-source-map-filename The output filename for the SourceMap [string]
- remote: --output-public-path The public path for the assets [string]
- remote: --output-jsonp-function The name of the jsonp function used for chunk
- remote: loading [string]
- remote: --output-pathinfo Include a comment with the request for every
- remote: dependency (require, import, etc.) [boolean]
- remote: --output-library Expose the exports of the entry point as library
- remote: [string]
- remote: --output-library-target The type for exposing the exports of the entry
- remote: point as library [string]
- remote:
- remote: Advanced options:
- remote: --records-input-path Path to the records file (reading) [string]
- remote: --records-output-path Path to the records file (writing) [string]
- remote: --records-path Path to the records file [string]
- remote: --define Define any free var in the bundle [string]
- remote: --target The targeted execution environment [string]
- remote: --cache Enable in memory caching
- remote: [boolean] [default: It's enabled by default when watching]
- remote: --watch-stdin, --stdin Exit the process when stdin is closed [boolean]
- remote: --watch-aggregate-timeout Timeout for gathering changes while watching
- remote: --watch-poll The polling interval for watching (also enable
- remote: polling) [boolean]
- remote: --hot Enables Hot Module Replacement [boolean]
- remote: --prefetch Prefetch this request (Example: --prefetch
- remote: ./file.js) [string]
- remote: --provide Provide these modules as free vars in all modules
- remote: (Example: --provide jQuery=jquery) [string]
- remote: --labeled-modules Enables labeled modules [boolean]
- remote: --plugin Load this plugin [string]
- remote: --bail Abort the compilation on first error [boolean]
- remote: --profile Profile the compilation and include information in
- remote: stats [boolean]
- remote:
- remote: Resolving options:
- remote: --resolve-alias Setup a module alias for resolving (Example:
- remote: jquery-plugin=jquery.plugin) [string]
- remote: --resolve-extensions Setup extensions that should be used to resolve
- remote: modules (Example: --resolve-extensions .es6 .js)
- remote: [array]
- remote: --resolve-loader-alias Setup a loader alias for resolving [string]
- remote:
- remote: Optimizing options:
- remote: --optimize-max-chunks Try to keep the chunk count below a limit
- remote: --optimize-min-chunk-size Try to keep the chunk size above a limit
- remote: --optimize-minimize Minimize javascript and switches loaders to
- remote: minimizing [boolean]
- remote:
- remote: Stats options:
- remote: --color, --colors Enables/Disables colors on the console
- remote: [boolean] [default: (supports-color)]
- remote: --sort-modules-by Sorts the modules list by property in module
- remote: [string]
- remote: --sort-chunks-by Sorts the chunks list by property in chunk[string]
- remote: --sort-assets-by Sorts the assets list by property in asset[string]
- remote: --hide-modules Hides info about modules [boolean]
- remote: --display-exclude Exclude modules in the output [string]
- remote: --display-modules Display even excluded modules in the output
- remote: [boolean]
- remote: --display-max-modules Sets the maximum number of visible modules in
- remote: output [number]
- remote: --display-chunks Display chunks in the output [boolean]
- remote: --display-entrypoints Display entry points in the output [boolean]
- remote: --display-origins Display origins of chunks in the output [boolean]
- remote: --display-cached Display also cached modules in the output[boolean]
- remote: --display-cached-assets Display also cached assets in the output [boolean]
- remote: --display-reasons Display reasons about module inclusion in the
- remote: output [boolean]
- remote: --display-depth Display distance from entry point for each module
- remote: [boolean]
- remote: --display-used-exports Display information about used exports in modules
- remote: (Tree Shaking) [boolean]
- remote: --display-provided-exports Display information about exports provided from
- remote: modules [boolean]
- remote: --display-error-details Display details about errors [boolean]
- remote: --verbose Show more details [boolean]
- remote:
- remote: Options:
- remote: --help, -h Show help [boolean]
- remote: --version, -v Show version number [boolean]
- remote: --json, -j Prints the result as JSON. [boolean]
- remote:
- remote: Unknown argument: mode
- remote: error Command failed with exit code 1.
- remote: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
- remote:
- remote: -----> Build failed
- remote:
- remote: We're sorry this build is failing! You can troubleshoot common issues here:
- remote: https://devcenter.heroku.com/articles/troubleshooting-node-deploys
- remote:
- remote: Some possible problems:
- remote:
- remote: - Node version not specified in package.json
- remote: https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version
- remote:
- remote: Love,
- remote: Heroku
- remote:
- remote: ! Push rejected, failed to compile Node.js app.
- remote:
- remote: ! Push failed
- remote: Verifying deploy...
- remote:
- remote: ! Push rejected to mysterious-oasis-45903.
- remote:
Advertisement
Add Comment
Please, Sign In to add comment