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
Trying to use this in my Elm projects, however it doesn't seem to like the elm-make paths that have been created through npm. When trying to use the linter nothing happens.
Windows Powershell has created two files located at \Users\[User]\AppData\Roaming\npm\, which I believe were added with the Elm installation.
One is elm-make and the other is elm-make.cmd. Neither appear to work and the package isn't working. Any suggestions?
Edit: Elm version 0.18
The text was updated successfully, but these errors were encountered:
Trying to use this in my Elm projects, however it doesn't seem to like the elm-make paths that have been created through npm. When trying to use the linter nothing happens.
Windows Powershell has created two files located at
\Users\[User]\AppData\Roaming\npm\
, which I believe were added with the Elm installation.One is
elm-make
and the other iselm-make.cmd
. Neither appear to work and the package isn't working. Any suggestions?Edit: Elm version 0.18
The text was updated successfully, but these errors were encountered: