Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

[BUG] Master fails to build with gulp errors #153

Description

@jjsanderson

Describe the bug
While trying to troubleshoot #152 I've tried to build master, which throws gulp errors.

To Reproduce
Steps to reproduce the behaviour:

  1. clone master
  2. per the wiki: yarn install, gulp build --production
  3. See error

Expected behaviour
Successful build.

Developer console output (if applicable):
Error:

const { Math, Object } = primordials;
                         ^

ReferenceError: primordials is not defined

This appears to be a gulp 3 issue with node 12: see this issue). Requiring gulp 4.0.2 in package.json throws a syntax error in gulp/tasks/browsersync.js; attempting to debug that reveals version issues for graceful-fs, and very quickly I'm into stuff that's way beyond my ken.

Platform (please complete the following information):

  • OS X 10.14.2
  • node 12.3.1
  • yarn 1.16.0
  • gulp 3.9.1 / 4.0.2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions