codelift icon indicating copy to clipboard operation
codelift copied to clipboard

MODULE_NOT_FOUND when running `yarn codelift dev`

Open scottmessinger opened this issue 4 years ago • 0 comments

I'm following the setup instructions. I run:

% yarn create next-app --example with-tailwindcss
# I name the app my-app
% cd my-app
% yarn add codelift --dev 

and things seem to work. However, when I run:

yarn codelift dev

I get the following error:

CleanShot 2021-05-20 at 22 31 23

What am I doing wrong? Is there a step I'm not following correctly? Codelift looks really useful and I'd love to give it a try!

scottmessinger avatar May 21 '21 02:05 scottmessinger