Open jali-clarke opened 2 years ago
I'm seeing this as well with elm-pages 3.0.
I created https://github.com/NixOS/nixpkgs/pull/235300 for a more comprehensive fix. I have been thinking about making a PR to include the walk
function / fix in the elm-pages stuff.. Haven't had time though.
oh, also it's not against 3.0 :P
@kradalby I believe #382 should fix it for elm-pages 3.0.
Some application deployment methods freeze
node_modules
as read-only to prevent accidental modification at application runtime. When we bundleelm-pages
@v2.1.11
using this method, it copies these files into.elm-pages
andelm-stuff
while preserving their read-only permissions. This makes it impossible to e.g. runelm-pages dev
twice without deleting.elm-pages
andelm-stuff
between invocations.The following patch fixes this for
v2.1.11
:The code in
master
has changed since then, however.