cms
cms copied to clipboard
Extra comma in package.json file
Describe the bug There is an extra comma on line number 112 of package.json which is causing "npm install" to fail while using docker-compose up command.
To Reproduce Steps to reproduce the behavior:
- clone repo
- run docker-compose up
Expected behavior it should run without any issues to setup the project. It does when that comma is removed.
Screenshots or GIFs