WIP: build mattermost web app from source and remove spam properly #53
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fsagbuya/it-infra:mattermost-webapp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Build web app from source, remove the
FREE EDITION
spam, and recompile from Nix.Can submit a PR upstream for
9da70bd392
Closes #51
fix-package-lock-json.patch
is massive. What's going on with it?Error log in initial build: https://gist.github.com/fsagbuya/aadbe79e3b791c5c82e5bb917e2ca63d
Seems like an
npm
known issue for outdated lock files. https://github.com/NixOS/nixpkgs/issues/253879Does it really need such a huge patch?
How to generate it?
By removing current
package-lock.json
andnode_modules
(if existing), then reinstall dependencies usingnpm i
From what I see, it injects required
resolved
andintegrity
fields in the json file to those dependencies that don't have it.mattermost: build web app from source and remove spam properlyto WIP: build mattermost web app from source and remove spam properlyCheckout
From your project repository, check out a new branch and test the changes.