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.
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.
Copyright © 2021 Jogjafile Inc.

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