Yeah I didnt write the migration scripe properly while i get ahold of Tone the fix is simple
you can open up the zip then edit the migrations folder and open More_Floors_1.0.6.lua in a text editor
change
force.recipes["road-lines"].enabled = true
to
force.recipes["road-line"].enabled = true
thats road-line with no "s" that will fix the issue.
i'll post a DL for the fix on the forums if you dont want to edit the migration script.