Conversation
|
The HTML consolidation fixes the rendering issue. I think CI is failing because package.json is invalid (missing comma near "socket.io-client": "^4.8.3" + duplicate mongoose). Need to fix package.json and run npm install to generate package-lock.json. |
|
Yes, that's it! This will resolve itself. I was wondering what caused this. Great catch. I should have looked a little harder. I really don't know how the html got duplicated. Only question now is where and when do we fix it? There's now duplicate stuff all over the project. Blanket fix in a big PR? Or incremental fixes? |
Fixed bad package.json removed extre mongoose and added comma after socket io package
|
Well, fixed the package.json but still needs an installation to fix |
glenjaysondmello
left a comment
There was a problem hiding this comment.
I can confirm package.json has been corrected, so I’m approving this change.
CI will remain failing until a package-lock.json is generated and committed.
This PR;
I'm not sure how this got changed but am fixing it here