I am attempting to generate a new node project using @nrwl/node
and when I use the generator I am met with the error
NX Cannot find module 'nx/src/utils/code-frames'
inhibiting me from running the generator.
my nx version is 15.2.1 my @nrwl/node version is 15.9.2 and my node version is 16.17.0
Ive attempted to reinstall the packages multiple times to no avail.