cms icon indicating copy to clipboard operation
cms copied to clipboard

bug: seeing this locally on running npm run dev

Open hkirat opened this issue 1 year ago • 2 comments
trafficstars

Screenshot 2024-05-13 at 2 28 58 AM

hkirat avatar May 12 '24 20:05 hkirat

Screenshot 2024-05-13 105445 In my local system it is working

SwarnenduG07 avatar May 13 '24 05:05 SwarnenduG07

The issue is occurring due to removal of package-lock.json file contents in one of the latest commits. I am working on this and will send a PR for adding those back.

Edit: I tried by adding back package-lock file contents locally and it worked though there is an issue with the cerificate dependency, but docker-compose won't run due to conflicting dependencies in the package-lock file itself. Do we need the package-lock.json file anymore, I think this will conflict with the pnpm-lock file and hence, would be better to remove this totally ?

ashuk1109 avatar May 13 '24 05:05 ashuk1109