Closed cjhoward92 closed 6 years ago
I verified it is an issue in my specific package, but I don't know why. I will let you know if i figure it out.
Destroying my node_modules
and yarn.lock
then running yarn cache clean && yarn
worked fine... Weird!
I am using yarn v1.3.2 and Node 9.2.0. When I install rewire with npm it works fine, with yarn I get the following:
I can't find anything on
const-lazy
as it clearly does not exist anywhere. Any ideas? I downgraded node and yarn to lower versions and it still didn't work.I realize this may be a yarn issue, but was wondering if someone here might know what to do.