Skip to content

Instantly share code, notes, and snippets.

@awhite92
Created July 7, 2020 20:08
Show Gist options
  • Save awhite92/bed037ade3f19bb6e4130b210ff38c99 to your computer and use it in GitHub Desktop.
Save awhite92/bed037ade3f19bb6e4130b210ff38c99 to your computer and use it in GitHub Desktop.
Legacy Project Fix. add to package.json then run `yarn` - ReferenceError: primordials is not defined
{
// Your current package.json contents
"resolutions": {
"graceful-fs": "4.2.3"
}
}
@awhite92
Copy link
Author

awhite92 commented Jul 7, 2020

add the above code to the package.json file (no comments) then run yarn.

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