Missing dependency in package.json

59 Views Asked by At

I'm creating a new monorepo project with lerna but I keep getting this error:

Missing dependency in package.json

when creating a react app in packages. Is there a way I can solve it? I have attached a screenshot of the procedures have followed.

enter image description here

1

There are 1 best solutions below

0
Sanjai Ramasamy On

Actually you have the package.json created inside the e-commerce directory so you would need to run the create react app command from e-commerce directory instead of packages directory