From 5432700b0d70435f6364478a47c981d4d9348e40 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 13 Apr 2022 20:43:42 -0700 Subject: [PATCH] Add note for malformed package-lock in 1.6.0 --- docs/changelog.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e5acbafb4..aa26f56c9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -35,6 +35,10 @@ Version 1.6.0 merges several pending PRs from jonaswinkler's repo and includes n * `@shamoon`_ created a slick new logo (#165). * `@tim-vogel`_ fixed exports missing groups (#193). +Known issues: + +* 1.6.0 included a malformed package-lock.json, as a result users who want to build the docker image themselves need to change line 6 of the ``Dockerfile`` to ``RUN npm update npm -g && npm install --legacy-peer-deps``. + Thank you to the following people for their documentation updates, fixes, and comprehensive testing: `@m0veax`_, `@a17t`_, `@fignew`_, `@muued`_, `@bauerj`_, `@isigmund`_, `@denilsonsa`_, `@mweimerskirch`_, `@alexander-bauer`_, `@apeltzer`_, `@tribut`_, `@yschroeder`_, `@gador`_, `@sAksham-Ar`_, `@sbrunner`_, `@philpagel`_, `@davemachado`_, `@2600box`_, `@qcasey`_, `@Nicarim`_, `@kpj`_, `@filcuk`_, `@Timoms`_, `@mattlamb99`_, `@padraigkitterick`_, `@ajkavanagh`_, `@Tooa`_, `@Unkn0wnCat`_, `@pewter77`_, `@stumpylog`_, `@Toxix`_, `@azapater`_, `@jschpp`_ @@ -1688,4 +1692,4 @@ bulk of the work on this big change. .. _a new home on Docker Hub: https://hub.docker.com/r/danielquinn/paperless/ .. _optipng: http://optipng.sourceforge.net/ .. _DjangoQL: https://github.com/ivelum/djangoql -.. _ansible repo: https://github.com/paperless-ngx/paperless-ngx-ansible \ No newline at end of file +.. _ansible repo: https://github.com/paperless-ngx/paperless-ngx-ansible