Mike Whittom
Mike Whittom
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.24.0 x64 **Electron**: 1.6.16 **OS**: Microsoft Windows 10 Pro **Thrown From**: [elmjutsu](https://github.com/halohalospecial/atom-elmjutsu) package 7.2.2 ### Stack Trace Uncaught SyntaxError: Invalid regular...
Would you like me to update your elm.json accordingly? [Y/n]: y -- PROBLEM BUILDING DEPENDENCIES ----------------------------------------------- I ran into a compilation error when trying to build the following package: elm/file...
How to fix that ? ``` { "type": "application", "source-directories": [ "src" ], "elm-version": "0.19.1", "dependencies": { "direct": { "elm/browser": "1.0.2", "elm/core": "1.0.5", "elm/html": "1.0.0" }, "indirect": { "elm/json": "1.1.3",...
From new elm project. Just after the elm init ``` { "type": "application", "source-directories": [ "src" ], "elm-version": "0.19.1", "dependencies": { "direct": { "elm/browser": "1.0.2", "elm/core": "1.0.5", "elm/html": "1.0.0" },...