Created
July 7, 2020 20:08
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Your current package.json contents | |
"resolutions": { | |
"graceful-fs": "4.2.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add the above code to the
package.json
file (no comments) then runyarn
.