Hello, I’ve set up a dev environment without docker i.e. by forking the repo and cloning the fork on my development machine.
When I run `npm run build`, there are tons of .license files where two lines get added:
`SPDX-License-Identifier: unknown`
and
`SPDX-FileCopyrightText: unknown developers`
Moreover, the `nextcloud` entry in the list of packages gets replaced by a package with my user name.
How can I set up my dev environment to prevent this from happening?