Make WordPress Core

Changeset 53069 for trunk/package.json


Ignore:
Timestamp:
04/05/2022 08:44:16 AM (4 years ago)
Author:
gziolo
Message:

Build: Fix npm install on Apple Silicon

Fixes the issue where npm install aborts on Apple Silicon due to Puppeteer not finding appropriate chromium binary. It works correctly with the latest versio of grunt-contrib-qunit package.

Props afragen, jorbin, SergeyBiryukov.
Fixes #52690.
Related #52356.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r52765 r53069  
    4646                "grunt-contrib-imagemin": "~4.0.0",
    4747                "grunt-contrib-jshint": "3.1.1",
    48                 "grunt-contrib-qunit": "^5.1.1",
     48                "grunt-contrib-qunit": "~6.0.0",
    4949                "grunt-contrib-uglify": "~5.0.1",
    5050                "grunt-contrib-watch": "~1.1.0",
Note: See TracChangeset for help on using the changeset viewer.