cms
cms copied to clipboard
bug: seeing this locally on running npm run dev
trafficstars
In my local system it is working
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 ?