Skip to content

Heroku deployment fails with rake task error starting in commit #421 #429

Closed
@reconstructions

Description

@reconstructions

Starting in commit #421, webpack asset precompilation fails with the following error when pushing to Heroku:

remote:        [10] ./~/ieee754/index.js 2.05 kB {0} [built]
remote:        [11] ./~/isarray/index.js 132 bytes {0} [built]
remote:        [12] (webpack)/buildin/global.js 509 bytes {0} [built]
error Command failed with exit code 2.
remote:        info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
remote:        error Command failed with exit code 1.
remote:        info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
remote:        rake aborted!
remote:        Command failed with status (1): [cd client && yarn run build:production...]
remote:        /tmp/build_68aa8556fbac497714a17044a8dedc53/vendor/bundle/ruby/2.4.0/gems/react_on_rails-10.0.0/lib/tasks/assets.rake:64:in `block (3 levels) in <top (required)>'
remote:        /tmp/build_68aa8556fbac497714a17044a8dedc53/vendor/bundle/ruby/2.4.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
remote:        Tasks: TOP => assets:precompile => react_on_rails:assets:compile_environment => react_on_rails:assets:webpack

I get the same error pushing commits #424, #425, and #426. Commits #416 and earlier push with no problem.

I will try to figure out what the breaking change was.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions