Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force minimum version of autoprefixer-rails #98

Conversation

benjaminwil
Copy link
Contributor

At lesser versions, the test suite encounters an error and cannot run:

Failure/Error: Unable to find eval (eval at <anonymous> ((execjs) to
  read failed line

ExecJS::ProgramError:
  TypeError: Cannot read property 'version' of undefined
  # eval (eval at <anonymous> ((execjs):1:213), <anonymous>:1:10)
  # (execjs):1:213
  # (execjs):19:14
  # ...

This seems related to the issue reported on Solidus: solidusio/solidus#4055. Adding autoprefixer-rails at the latest version side-steps the issue.

At lesser versions, the test suite encounters an error and cannot run:

    Failure/Error: Unable to find eval (eval at <anonymous> ((execjs) to
      read failed line

    ExecJS::ProgramError:
      TypeError: Cannot read property 'version' of undefined
      # eval (eval at <anonymous> ((execjs):1:213), <anonymous>:1:10)
      # (execjs):1:213
      # (execjs):19:14
      # ...

This seems related to the issue reported on Solidus:
solidusio/solidus#4055. Adding `autoprefixer-rails` at the latest
version side-steps the issue.
@aldesantis aldesantis merged commit 1fe23f7 into solidusio-contrib:master May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants