Open mfranzke opened 8 months ago
npm run clean
removes some files in patternhub, there is an issue with git clean -dfx --exclude=.env
npm run clean
removes some files in patternhub, there is an issue withgit clean -dfx --exclude=.env
If it would remove too many files, this might in a state (or at least nearly) like a fresh git cloned repository to your localhost. Afterwards it's the commands listed within our getting started
. So if these aren't enough, we still need to include more information in there, isn't it?
@nmerget even when getting a fresh clone / download of this repo, running npm i && npm run build && npm run start
afterwards produces (other) errors. We should look into this.
Which generators are impacted?
Reproduction case
If you start up with e.g. the command
npm run clean && npm i && npm run build && npm run start
the following error appears:Expected Behaviour
No error would come up at starting our system.
Screenshots
No response
Browser version
None
Add any other context about the problem here.
To my impression this is related to that the patternhub
build
wouldn't be done in advance within thestart
script process.