On Wed, Aug 12, 2020 at 11:53, dragos.ja...@dynamicpuzzle.ro wrote:
Hi
I installed packages, but have another err:
Installing node modules...
yarn install v1.22.4
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error An unexpected error occurred: "Package subpath './v4' is not
defined by \"exports\" in
/var/lib/gitlab/.node_modules/uuid/package.json".
info If you think this is a bug, please open a bug report with the
information provided in "/usr/share/gitlab/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation
about this command.
dpkg: error processing package gitlab (--configure):
installed gitlab package post-installation script subprocess
returned error exit status 1
That is a known bug in yarnpkg and nodejs 12. See #964218
rm -rf /var/lib/gitlab/.node_modules/uuid/
and retry installation