Closed MichaelGoberling closed 1 year ago
Hmm. Jest can't find node:util
... Looking into it
Happening on fresh install of main
too, so not related to the eslint lib update
Updating Jest to 29 fixed it, there was probably an issue with the Jest 26 node environment, but I wasn't able to find any definitive info on this to link here. Updated PR title to be more accurate, ignore branch name
Description
npm install
was failing with:We just needed to re-install peer deps to be in line with the latest version of the shareable eslint config package
Also (Found during testing),
npm run test
was failing with:Updating Jest to 29 fixed this issue
Related Issue
None
Motivation and Context
So we can run
npm install
How Has This Been Tested?
Running
npm install
Screenshots (if appropriate):
Types of changes
Checklist: