Closed mlutze closed 2 years ago
@magnus-madsen Still WIP, but any comments so far?
If you do a pass, I will merge this in. (Drop the TODOs) :)
Let's go then I merge and we can switch to mdBook :)
You removed the package lock. Please restore it :)
Package lock is still there, just much smaller. It did that when I ran npm install
. Everything runs properly with the smaller lock file.
But I know very little about npm
etc., so maybe I am missing something?
Package lock is still there, just much smaller. It did that when I ran
npm install
. Everything runs properly with the smaller lock file.But I know very little about
npm
etc., so maybe I am missing something?
TLDR: Never change the lockfile. Please restore it :)
Changing the lockfile is akin to changing the dependencies-- that's something I manage.
I reverted the lockfile change, but that makes CI fail.
Fixes https://github.com/flix/programming-flix/issues/32