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

Primordials is not defined error #7

Open
BMCwebdev opened this issue Aug 12, 2020 · 0 comments
Open

Primordials is not defined error #7

BMCwebdev opened this issue Aug 12, 2020 · 0 comments

Comments

@BMCwebdev
Copy link

Apparently the latest node and version of gulp used in this build are failing. You get the error in the title. One quick fix for anyone having this issue:

In the same directory where you have package.json create a npm-shrinkwrap.json file with the following contents:

{
  "dependencies": {
    "graceful-fs": {
        "version": "4.2.2"
      }
  }
}

Run npm install.

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

No branches or pull requests

1 participant