You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing should happen as the actual Elm file has not been modified.
Actual Behavior
elm-app stops with the following error:
/home/pierre/.local/share/npm/lib/node_modules/create-elm-app/scripts/start.js:11
throw err;
^
Error: ENOENT: no such file or directory, stat '/home/pierre/Development/elm-lambda-playground/src/Lambda/.#Parser.elm
(Emacs's lockfile is a symlink pointing to a non-existant filename)
Is this a bug report?
Yes
Environment
node -v
:v10.20.1
npm -v
:6.11.3
npm ls create-elm-app -g
(if you haven’t ejected):Steps to Reproduce
elm-app start
Expected Behavior
Nothing should happen as the actual Elm file has not been modified.
Actual Behavior
elm-app stops with the following error:
(Emacs's lockfile is a symlink pointing to a non-existant filename)
Reproducible Demo
https://github.com/kephas/elm-lambda-playground
The text was updated successfully, but these errors were encountered: