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
I tried to install a package on a new project and got this error:
-- INVALID ELM.JSON ------------------------------------------------------------
A valid package name look like "author/project"
The "name" in my elm.json looked fine, so I wasn't sure what the problem was. I then tried to install the same package with the elm executable and got this error:
-- SUMMARY TOO LONG --------------------------------------------------- elm.json
I got stuck while reading your elm.json file. Your "summary" is too long:
...
I need it to be under 80 bytes so it renders nicely on the package website!
Note: I count the length in bytes, so using non-ASCII characters costs extra.
Please report your case at https://github.com/elm/compiler/issues if this seems
overly restrictive for your needs.
The text was updated successfully, but these errors were encountered:
I tried to install a package on a new project and got this error:
The
"name"
in myelm.json
looked fine, so I wasn't sure what the problem was. I then tried to install the same package with theelm
executable and got this error:The text was updated successfully, but these errors were encountered: